diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-10-31 16:38:19 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-10-31 16:38:19 (GMT) |
commit | c73206c1e1c6cc7b177ad23ac53dc73db66c13a9 (patch) | |
tree | 8e04ba4905f2153f8254d91b70838fafba5e1de7 /setup.py | |
parent | f569826f06a035b749164f9530efc25fec10691d (diff) | |
download | cpython-c73206c1e1c6cc7b177ad23ac53dc73db66c13a9.zip cpython-c73206c1e1c6cc7b177ad23ac53dc73db66c13a9.tar.gz cpython-c73206c1e1c6cc7b177ad23ac53dc73db66c13a9.tar.bz2 |
typo
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1232,7 +1232,7 @@ class PyBuildExt(build_ext): # The pyexpat module was written by Paul Prescod after a prototype by # Jack Jansen. The Expat source is included in Modules/expat/. Usage # of a system shared libexpat.so is possible with --with-system-expat - # cofigure option. + # configure option. # # More information on Expat can be found at www.libexpat.org. # |