summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-09-12 17:21:16 -0700
committerBenjamin Peterson <benjamin@python.org>2015-09-12 17:21:16 -0700
commit741b14703939e045a7ebdde79a7c24195157dd1e (patch)
tree3cfe4ce7950e9772442bc95d561a967c0522f5ab
parent465364f3af646e6285e2c6fd461fd44113164ff7 (diff)
parent2509f6beef005a88eede79503086f8c0ba1b484c (diff)
downloadpython-setuptools-git-741b14703939e045a7ebdde79a7c24195157dd1e.tar.gz
merge 3.4
-rw-r--r--ccompiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccompiler.py b/ccompiler.py
index b7df394e..82fd7d5c 100644
--- a/ccompiler.py
+++ b/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