diff options
author | Fred Drake <fdrake@acm.org> | 2007-09-04 19:43:19 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2007-09-04 19:43:19 +0000 |
commit | 0af17617c51d6cae4c0b7ff225751e07183b96f2 (patch) | |
tree | 578c47b5318c5b604f9d1aaf2dc80427d5d69dab /setup.py | |
parent | Add a dict view usage example. (diff) | |
download | cpython-0af17617c51d6cae4c0b7ff225751e07183b96f2.tar.gz cpython-0af17617c51d6cae4c0b7ff225751e07183b96f2.tar.bz2 cpython-0af17617c51d6cae4c0b7ff225751e07183b96f2.zip |
fix typo
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -503,7 +503,7 @@ class PyBuildExt(build_ext): if sys.platform == 'darwin': # In every directory on the search path search for a dynamic # library and then a static library, instead of first looking - # for dynamic libraries on the entiry path. + # for dynamic libraries on the entire path. # This way a staticly linked custom readline gets picked up # before the (broken) dynamic library in /usr/lib. readline_extra_link_args = ('-Wl,-search_paths_first',) |