summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2009-02-26 08:46:34 +0000
committerDavid Cournapeau <cournape@gmail.com>2009-02-26 08:46:34 +0000
commitc316a60c3638aedb53d5571816d77dc2fa0a82d1 (patch)
tree1f30e6e08fc1fee5222c797c05c8502fba5fc629 /numpy/distutils/command
parenta213a2221502383ba178a10d318f5e3444b712d3 (diff)
downloadnumpy-c316a60c3638aedb53d5571816d77dc2fa0a82d1.tar.gz
Fix docstring format for check_funcs_once.
Diffstat (limited to 'numpy/distutils/command')
-rw-r--r--numpy/distutils/command/config.py32
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: