Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b899007

Browse files
committed
Better English.
1 parent 3e7f33f commit b899007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/distutils/setupscript.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Thus, when you say ``packages = ['foo']`` in your setup script, you are
7272
promising that the Distutils will find a file :file:`foo/__init__.py` (which
7373
might be spelled differently on your system, but you get the idea) relative to
7474
the directory where your setup script lives. If you break this promise, the
75-
Distutils will issue a warning but still process the broken package anyways.
75+
Distutils will issue a warning but still process the broken package anyway.
7676

7777
If you use a different convention to lay out your source directory, that's no
7878
problem: you just have to supply the :option:`package_dir` option to tell the

0 commit comments

Comments
 (0)