From: Greg Ward Date: Sun, 13 Aug 2000 00:38:58 +0000 (+0000) Subject: Typo fix in docstring. X-Git-Tag: v2.0b1~483 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45b87bc96d1df8645beb89207592e4460b977041;p=thirdparty%2FPython%2Fcpython.git Typo fix in docstring. --- diff --git a/Lib/distutils/extension.py b/Lib/distutils/extension.py index 95a2ece8e8ea..f0021d0edc2b 100644 --- a/Lib/distutils/extension.py +++ b/Lib/distutils/extension.py @@ -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