summaryrefslogtreecommitdiffstats
path: root/Doc/distutils
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-07-18 16:39:54 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-07-18 16:39:54 (GMT)
commitc8ebbbc09b8d77c2514a1014968d88c3691036fa (patch)
treec50afff0a360417d0a5944cc52209b0ba7182598 /Doc/distutils
parent3a04b4b180f8789944cbb0af007c23857e79dde8 (diff)
downloadcpython-c8ebbbc09b8d77c2514a1014968d88c3691036fa.zip
cpython-c8ebbbc09b8d77c2514a1014968d88c3691036fa.tar.gz
cpython-c8ebbbc09b8d77c2514a1014968d88c3691036fa.tar.bz2
Better English.
Diffstat (limited to 'Doc/distutils')
-rw-r--r--Doc/distutils/setupscript.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst
index e457918..d10931b 100644
--- a/Doc/distutils/setupscript.rst
+++ b/Doc/distutils/setupscript.rst
@@ -72,7 +72,7 @@ Thus, when you say ``packages = ['foo']`` in your setup script, you are
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