summaryrefslogtreecommitdiffstats
path: root/Doc/packaging
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-07-18 16:39:18 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-07-18 16:39:18 (GMT)
commit677b6530b024d905f094908f6519a0316cde5d77 (patch)
treefecd4a3a737dc4d84b2796d76d2fd38570288e14 /Doc/packaging
parent3ef6ca488290a659cffd79f874068396aab6972a (diff)
downloadcpython-677b6530b024d905f094908f6519a0316cde5d77.zip
cpython-677b6530b024d905f094908f6519a0316cde5d77.tar.gz
cpython-677b6530b024d905f094908f6519a0316cde5d77.tar.bz2
Fix English in packaging, too.
Diffstat (limited to 'Doc/packaging')
-rw-r--r--Doc/packaging/setupscript.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/packaging/setupscript.rst b/Doc/packaging/setupscript.rst
index 5f302a8..dbac3dd 100644
--- a/Doc/packaging/setupscript.rst
+++ b/Doc/packaging/setupscript.rst
@@ -70,7 +70,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