diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-09-13 00:21:16 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-09-13 00:21:16 (GMT) |
commit | f07422c0258d0ba6e3887f71f7d726bcde9adb35 (patch) | |
tree | fa37ea945c13181ce7ce724e14e732fd032a998a /Doc/distutils | |
parent | 7b76baeabfbf198983a95ba3217670405b64b1c2 (diff) | |
parent | 4019852bfc5b474488213ac29f80db74cc3b8f93 (diff) | |
download | cpython-f07422c0258d0ba6e3887f71f7d726bcde9adb35.zip cpython-f07422c0258d0ba6e3887f71f7d726bcde9adb35.tar.gz cpython-f07422c0258d0ba6e3887f71f7d726bcde9adb35.tar.bz2 |
merge 3.4
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/apiref.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/distutils/apiref.rst b/Doc/distutils/apiref.rst index d0f8947..35aa114 100644 --- a/Doc/distutils/apiref.rst +++ b/Doc/distutils/apiref.rst @@ -521,7 +521,7 @@ This module provides the following functions. .. method:: CCompiler.library_option(lib) - Return the compiler option to add *dir* to the list of libraries linked into the + Return the compiler option to add *lib* to the list of libraries linked into the shared library or executable. |