Commit 9ad81a35 authored by Éric Araujo's avatar Éric Araujo

Fix typo “seperate”

parent 81590110
...@@ -41,7 +41,7 @@ class build(Command): ...@@ -41,7 +41,7 @@ class build(Command):
('use-2to3', None, ('use-2to3', None,
"use 2to3 to make source python 3.x compatible"), "use 2to3 to make source python 3.x compatible"),
('convert-2to3-doctests', None, ('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, ('use-2to3-fixers', None,
"list additional fixers opted for during 2to3 conversion"), "list additional fixers opted for during 2to3 conversion"),
] ]
......
...@@ -29,7 +29,7 @@ class build_py(Command, Mixin2to3): ...@@ -29,7 +29,7 @@ class build_py(Command, Mixin2to3):
('use-2to3', None, ('use-2to3', None,
"use 2to3 to make source python 3.x compatible"), "use 2to3 to make source python 3.x compatible"),
('convert-2to3-doctests', None, ('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, ('use-2to3-fixers', None,
"list additional fixers opted for during 2to3 conversion"), "list additional fixers opted for during 2to3 conversion"),
] ]
......
...@@ -69,7 +69,7 @@ Common commands: (see '--help-commands' for more) ...@@ -69,7 +69,7 @@ Common commands: (see '--help-commands' for more)
('use-2to3', None, ('use-2to3', None,
"use 2to3 to make source python 3.x compatible"), "use 2to3 to make source python 3.x compatible"),
('convert-2to3-doctests', None, ('convert-2to3-doctests', None,
"use 2to3 to convert doctests in seperate text files"), "use 2to3 to convert doctests in separate text files"),
] ]
display_option_names = [x[0].replace('-', '_') for x in display_options] display_option_names = [x[0].replace('-', '_') for x in display_options]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment