[Python-checkins] cpython (3.2): Better English.

r.david.murray python-checkins at python.org
Mon Jul 18 18:40:17 CEST 2011


http://hg.python.org/cpython/rev/4d5a546b6186
changeset:   71405:4d5a546b6186
branch:      3.2
parent:      71394:53a69930f605
user:        R David Murray <rdmurray at bitdance.com>
date:        Mon Jul 18 12:38:03 2011 -0400
summary:
  Better English.

files:
  Doc/distutils/setupscript.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst
--- a/Doc/distutils/setupscript.rst
+++ b/Doc/distutils/setupscript.rst
@@ -72,7 +72,7 @@
 promising that the Distutils will find a file :file:`foo/__init__.py` (which
 might be spelled differently on your system, but you get the idea) relative to
 the directory where your setup script lives.  If you break this promise, the
-Distutils will issue a warning but still process the broken package anyways.
+Distutils will issue a warning but still process the broken package anyway.
 
 If you use a different convention to lay out your source directory, that's no
 problem: you just have to supply the :option:`package_dir` option to tell the

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


More information about the Python-checkins mailing list