From 45b87bc96d1df8645beb89207592e4460b977041 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Sun, 13 Aug 2000 00:38:58 +0000 Subject: [PATCH] Typo fix in docstring. --- Lib/distutils/extension.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Lib/distutils/extension.py b/Lib/distutils/extension.py index 95a2ece8e8..f0021d0edc 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 -- 2.40.0