summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/extension.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/distutils/extension.py')
-rw-r--r--Lib/distutils/extension.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/Lib/distutils/extension.py b/Lib/distutils/extension.py
index 95a2ece..f0021d0 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