Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f07422c

Browse files
committed
merge 3.4
2 parents 7b76bae + 4019852 commit f07422c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/distutils/apiref.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ This module provides the following functions.
521521

522522
.. method:: CCompiler.library_option(lib)
523523

524-
Return the compiler option to add *dir* to the list of libraries linked into the
524+
Return the compiler option to add *lib* to the list of libraries linked into the
525525
shared library or executable.
526526

527527

Lib/distutils/ccompiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ def runtime_library_dir_option(self, dir):
752752
raise NotImplementedError
753753

754754
def library_option(self, lib):
755-
"""Return the compiler option to add 'dir' to the list of libraries
755+
"""Return the compiler option to add 'lib' to the list of libraries
756756
linked into the shared library or executable.
757757
"""
758758
raise NotImplementedError

0 commit comments

Comments
 (0)