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

Skip to content

Commit 677b653

Browse files
committed
Fix English in packaging, too.
1 parent 3ef6ca4 commit 677b653

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/packaging/setupscript.rst

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

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

0 commit comments

Comments
 (0)