]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo fix in docstring.
authorGreg Ward <gward@python.net>
Sun, 13 Aug 2000 00:38:58 +0000 (00:38 +0000)
committerGreg Ward <gward@python.net>
Sun, 13 Aug 2000 00:38:58 +0000 (00:38 +0000)
Lib/distutils/extension.py

index 95a2ece8e8ea881065805ab7f9823c6a66119af8..f0021d0edc2b0a4b550a7b14bfb9905f81f33cbf 100644 (file)
@@ -23,8 +23,7 @@ from types import *
 class Extension:
     """Just a collection of attributes that describes an extension
     module and everything needed to build it (hopefully in a portable
-    way, but there are hooks that let you can be as unportable as you
-    need).
+    way, but there are hooks that let you be as unportable as you need).
 
     Instance attributes:
       name : string