diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-09-13 00:20:47 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-09-13 00:20:47 (GMT) |
commit | 061653091ebf02a4b2588f48a47071a182ff4dc6 (patch) | |
tree | bae6569941931614435e4c346c96c5a358aaf4a5 /Doc/distutils | |
parent | 9b2e37f6882d85c2e7cb9ce24a02e9c60a237b25 (diff) | |
download | cpython-061653091ebf02a4b2588f48a47071a182ff4dc6.zip cpython-061653091ebf02a4b2588f48a47071a182ff4dc6.tar.gz cpython-061653091ebf02a4b2588f48a47071a182ff4dc6.tar.bz2 |
fix name of argument in docstring and the docs (closes #25076)
Patch by TAKASE Arihiro.
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 8366d8a..92803b1 100644 --- a/Doc/distutils/apiref.rst +++ b/Doc/distutils/apiref.rst @@ -516,7 +516,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. |