diff options
| author | David Cournapeau <cournape@gmail.com> | 2009-02-26 08:46:34 +0000 |
|---|---|---|
| committer | David Cournapeau <cournape@gmail.com> | 2009-02-26 08:46:34 +0000 |
| commit | c316a60c3638aedb53d5571816d77dc2fa0a82d1 (patch) | |
| tree | 1f30e6e08fc1fee5222c797c05c8502fba5fc629 /numpy/distutils/command | |
| parent | a213a2221502383ba178a10d318f5e3444b712d3 (diff) | |
| download | numpy-c316a60c3638aedb53d5571816d77dc2fa0a82d1.tar.gz | |
Fix docstring format for check_funcs_once.
Diffstat (limited to 'numpy/distutils/command')
| -rw-r--r-- | numpy/distutils/command/config.py | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/numpy/distutils/command/config.py b/numpy/distutils/command/config.py index 408b9f0b4..39ea5f3b1 100644 --- a/numpy/distutils/command/config.py +++ b/numpy/distutils/command/config.py @@ -200,22 +200,22 @@ int main() Arguments --------- - - funcs: seq - list of functions to test - include_dirs : seq - list of header paths - libraries : seq - list of libraries to link the code snippet to - libraru_dirs : seq - list of library paths - decl : dict - for every (key, value), the declaration in the value will be - used for function in key. If a function is not in the - dictionay, no declaration will be used. - call : dict - for every item (f, value), if the value is True, a call will be - done to the function f""" + funcs: seq + list of functions to test + include_dirs : seq + list of header paths + libraries : seq + list of libraries to link the code snippet to + libraru_dirs : seq + list of library paths + decl : dict + for every (key, value), the declaration in the value will be + used for function in key. If a function is not in the + dictionay, no declaration will be used. + call : dict + for every item (f, value), if the value is True, a call will be + done to the function f. + """ self._check_compiler() body = [] if decl: |
