mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix typo “seperate”
This commit is contained in:
parent
815901108b
commit
9ad81a3591
3 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@ Common commands: (see '--help-commands' for more)
|
|||
('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"),
|
||||
]
|
||||
display_option_names = [x[0].replace('-', '_') for x in display_options]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue