diff options
author | Éric Araujo <merwok@netwok.org> | 2011-11-03 16:44:13 +0100 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-11-03 16:44:13 +0100 |
commit | 146f870916539eb2e7b9273eb8ff978bc55ec961 (patch) | |
tree | fe68304b52d99f6848752b2ae0a1f1d76928b995 /Lib/packaging/command/build.py | |
parent | ef297a8a35efc57aa20045faf758d224b35c4634 (diff) | |
parent | 7855a1abec947dfb05fbb79393d972af02403bab (diff) | |
download | cpython-git-146f870916539eb2e7b9273eb8ff978bc55ec961.tar.gz |
Branch merge
Diffstat (limited to 'Lib/packaging/command/build.py')
-rw-r--r-- | Lib/packaging/command/build.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/packaging/command/build.py b/Lib/packaging/command/build.py index 6580fd1286..2e5eb8b52f 100644 --- a/Lib/packaging/command/build.py +++ b/Lib/packaging/command/build.py @@ -41,7 +41,7 @@ class build(Command): ('use-2to3', None, "use 2to3 to make source python 3.x compatible"), ('convert-2to3-doctests', None, - "use 2to3 to convert doctests in seperate text files"), + "use 2to3 to convert doctests in separate text files"), ('use-2to3-fixers', None, "list additional fixers opted for during 2to3 conversion"), ] |