mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
fix name of argument in docstring and the docs (closes #25076)
Patch by TAKASE Arihiro.
This commit is contained in:
parent
95c3e6cb22
commit
4019852bfc
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue