[Python-checkins] devinabox: Clean up module docstring.

brett.cannon python-checkins at python.org
Thu Nov 15 15:22:45 CET 2012


http://hg.python.org/devinabox/rev/b69935897e39
changeset:   44:b69935897e39
user:        Brett Cannon <brett at python.org>
date:        Wed Nov 14 23:40:39 2012 -0500
summary:
  Clean up module docstring.

files:
  make_a_box.py |  12 ++++++------
  1 files changed, 6 insertions(+), 6 deletions(-)


diff --git a/make_a_box.py b/make_a_box.py
--- a/make_a_box.py
+++ b/make_a_box.py
@@ -2,13 +2,13 @@
 """Python-Dev In a Box: everything you need to contribute to Python in under
 700 MB.
 
-This script will clone, checkout, download, or ask you to download everything
-you need to contribute to (C)Python's development short of a C compiler. It
-will also "build" everything so that users do not need to do **everything**
-from scratch. This also allows for easy offline use.
+This script will clone, checkout, or (ask you to) download almost everything
+you need to contribute to (C)Python's development. It will also "build"
+everything so that users do not need to do **everything** from scratch. This
+also allows for easy offline use.
 
-There are also some scripts provided along side this one to help in executing
-common tasks.
+Beyond this script itself, there are other scripts provided along side this one
+to help in executing common tasks.
 
 """
 import abc

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


More information about the Python-checkins mailing list