summaryrefslogtreecommitdiffstats
path: root/Lib/distutils
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-09-13 00:21:16 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-09-13 00:21:16 (GMT)
commitf07422c0258d0ba6e3887f71f7d726bcde9adb35 (patch)
treefa37ea945c13181ce7ce724e14e732fd032a998a /Lib/distutils
parent7b76baeabfbf198983a95ba3217670405b64b1c2 (diff)
parent4019852bfc5b474488213ac29f80db74cc3b8f93 (diff)
downloadcpython-f07422c0258d0ba6e3887f71f7d726bcde9adb35.zip
cpython-f07422c0258d0ba6e3887f71f7d726bcde9adb35.tar.gz
cpython-f07422c0258d0ba6e3887f71f7d726bcde9adb35.tar.bz2
merge 3.4
Diffstat (limited to 'Lib/distutils')
-rw-r--r--Lib/distutils/ccompiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/ccompiler.py b/Lib/distutils/ccompiler.py
index b7df394..82fd7d5 100644
--- a/Lib/distutils/ccompiler.py
+++ b/Lib/distutils/ccompiler.py
@@ -752,7 +752,7 @@ class CCompiler:
raise NotImplementedError
def library_option(self, lib):
- """Return the compiler option to add 'dir' to the list of libraries
+ """Return the compiler option to add 'lib' to the list of libraries
linked into the shared library or executable.
"""
raise NotImplementedError