]> granicus.if.org Git - python/commitdiff
Fix typo “seperate”
authorÉric Araujo <merwok@netwok.org>
Wed, 2 Nov 2011 23:13:05 +0000 (00:13 +0100)
committerÉric Araujo <merwok@netwok.org>
Wed, 2 Nov 2011 23:13:05 +0000 (00:13 +0100)
Lib/packaging/command/build.py
Lib/packaging/command/build_py.py
Lib/packaging/dist.py

index 6580fd128644e7d053964bdec6c16c43e6e327c3..2e5eb8b52f84f6ef348a0b5661db72c821aa00c7 100644 (file)
@@ -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"),
         ]
index e5b10b0048bc2296d7e40a08f0f003166b99dd9c..02482134d0282b94571758c5460a7abe39c3ec4a 100644 (file)
@@ -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"),
         ]
index 4027d2387c52bfe85e5d2b2483e487c2cf81248e..49ad4c5cc18cb2437e12708abd8fb2e08956f97d 100644 (file)
@@ -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]