summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-08-13 00:38:58 (GMT)
committerGreg Ward <gward@python.net>2000-08-13 00:38:58 (GMT)
commit45b87bc96d1df8645beb89207592e4460b977041 (patch)
treec3b7bbb23c5111de934a251e867f71f24c0d5e55 /Lib
parent29124ff4f2b7e598801ef380184fcd2cd9d113d6 (diff)
downloadcpython-45b87bc96d1df8645beb89207592e4460b977041.zip
cpython-45b87bc96d1df8645beb89207592e4460b977041.tar.gz
cpython-45b87bc96d1df8645beb89207592e4460b977041.tar.bz2
Typo fix in docstring.
Diffstat (limited to 'Lib')
-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