mirror of https://github.com/python/cpython
Fix typo “seperate”
This commit is contained in:
parent
815901108b
commit
9ad81a3591
|
@ -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):
|
||||||
('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)
|
||||||
('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]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue