diff options
author | Dongjoon Hyun <dongjoon@apache.org> | 2016-02-15 17:14:20 -0800 |
---|---|---|
committer | Dongjoon Hyun <dongjoon@apache.org> | 2016-02-15 17:20:18 -0800 |
commit | aefc290e8f2232dbad8b6df10e4df81421a1a2b2 (patch) | |
tree | 3a0c3346ec63db565ec33f74707f04ea4c8c8fb6 /numpy/distutils/command | |
parent | 53c6ef74a7a3cce80f4db581eb708c5e374715b5 (diff) | |
download | numpy-aefc290e8f2232dbad8b6df10e4df81421a1a2b2.tar.gz |
DOC: Fix mismatched variable names in docstrings.
Diffstat (limited to 'numpy/distutils/command')
-rw-r--r-- | numpy/distutils/command/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/command/config.py b/numpy/distutils/command/config.py index 4f20fc0de..eac53c145 100644 --- a/numpy/distutils/command/config.py +++ b/numpy/distutils/command/config.py @@ -354,7 +354,7 @@ int main (void) list of header paths libraries : seq list of libraries to link the code snippet to - libraru_dirs : seq + library_dirs : seq list of library paths decl : dict for every (key, value), the declaration in the value will be |