mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix typo “seperate”
This commit is contained in:
parent
815901108b
commit
9ad81a3591
3 changed files with 3 additions and 3 deletions
|
@ -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"),
|
||||
]
|
||||
|
|
|
@ -29,7 +29,7 @@ class build_py(Command, Mixin2to3):
|
|||
('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"),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue