[Python-checkins] distutils2: Restore some commas and do other nitpicks

tarek.ziade python-checkins at python.org
Sat Oct 2 00:52:20 CEST 2010


tarek.ziade pushed 2bec2999c824 to distutils2:

http://hg.python.org/distutils2/rev/2bec2999c824
changeset:   721:2bec2999c824
user:        ?ric Araujo <merwok at netwok.org>
date:        Fri Oct 01 20:20:45 2010 +0200
summary:     Restore some commas and do other nitpicks
files:       docs/source/distutils/introduction.rst

diff --git a/docs/source/distutils/introduction.rst b/docs/source/distutils/introduction.rst
--- a/docs/source/distutils/introduction.rst
+++ b/docs/source/distutils/introduction.rst
@@ -4,7 +4,7 @@
 An Introduction to Distutils2
 *****************************
 
-This document covers using Distutils2 to distribute your Python modules
+This document covers using Distutils2 to distribute your Python modules,
 concentrating on the role of developer/distributor.  If you're looking for
 information on installing Python modules you should refer to the
 :ref:`install-index` chapter.
@@ -28,16 +28,17 @@
 
 * creating a source distribution
 
-* (optional) creating one or more "built" (binary) distributions of your project
+* (optional) creating one or more "built" (binary) distributions of your
+  project
 
-Each of these tasks are covered in this document.
+All of these tasks are covered in this document.
 
 Not all module developers have access to multiple platforms, so one cannot 
-expect them to create builds for every platform.  To remedy this, it is hoped 
-that intermediaries called *packagers* will arise to address this need.  
-Packagers take source distributions released by module developers, 
+expect them to create buildt distributions for every platform.  To remedy
+this, it is hoped that intermediaries called *packagers* will arise to address
+this need.  Packagers take source distributions released by module developers,
 build them on one or more platforms and release the resulting built 
-distributions.  Thus users on a greater range of platforms will be able to 
+distributions.  Thus, users on a greater range of platforms will be able to 
 install the most popular Python modules in the most natural way for their 
 platform without having to run a setup script or compile a single line of code.
 

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list