diff options
| author | Benjamin Peterson <benjamin@python.org> | 2015-09-12 17:21:16 -0700 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2015-09-12 17:21:16 -0700 |
| commit | 741b14703939e045a7ebdde79a7c24195157dd1e (patch) | |
| tree | 3cfe4ce7950e9772442bc95d561a967c0522f5ab | |
| parent | 465364f3af646e6285e2c6fd461fd44113164ff7 (diff) | |
| parent | 2509f6beef005a88eede79503086f8c0ba1b484c (diff) | |
| download | python-setuptools-git-741b14703939e045a7ebdde79a7c24195157dd1e.tar.gz | |
merge 3.4
| -rw-r--r-- | ccompiler.py | 2 |
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 |
