diff options
author | Greg Ward <gward@python.net> | 2001-10-03 19:59:30 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2001-10-03 19:59:30 (GMT) |
commit | 57fc21018f570b708a898f858d8fe4706d504812 (patch) | |
tree | e1f049bd46a81ce4128c5e6e76544f58f752e55d | |
parent | 4602c1b702c32331c2204cf741a51f8f2db3edf9 (diff) | |
download | cpython-57fc21018f570b708a898f858d8fe4706d504812.zip cpython-57fc21018f570b708a898f858d8fe4706d504812.tar.gz cpython-57fc21018f570b708a898f858d8fe4706d504812.tar.bz2 |
Fix a spelling error that has been bugging me for longer than I care to admit.
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -414,7 +414,7 @@ class PyBuildExt(build_ext): # haven't tested it recently. For a more complete module, # refer to pympz.sourceforge.net. - # A compatible MP library unencombered by the GPL also exists. It was + # A compatible MP library unencumbered by the GPL also exists. It was # posted to comp.sources.misc in volume 40 and is widely available from # FTP archive sites. One URL for it is: # ftp://gatekeeper.dec.com/.b/usenet/comp.sources.misc/volume40/fgmp/part01.Z |