From: R David Murray <rdmurray@bitdance.com>
Date: Mon, 18 Jul 2011 16:38:03 +0000 (-0400)
Subject: Better English.
X-Git-Tag: v3.2.2rc1~98
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b899007268c53f2f169562bd0679fd5d688e185c;p=python

Better English.
---

diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst
index 9208e36995..606ea0f2f4 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