Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0878b81

Browse files
committed
Merged revisions 6479 via svnmerge from
http://svn.scipy.org/svn/numpy/trunk ........ r6479 | cdavid | 2009-02-26 17:46:34 +0900 (Thu, 26 Feb 2009) | 1 line Fix docstring format for check_funcs_once. ........
2 parents 3913d96 + c316a60 commit 0878b81

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

numpy/distutils/command/config.py

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -282,22 +282,22 @@ def check_funcs_once(self, funcs,
282282
283283
Arguments
284284
---------
285-
286-
funcs: seq
287-
list of functions to test
288-
include_dirs : seq
289-
list of header paths
290-
libraries : seq
291-
list of libraries to link the code snippet to
292-
libraru_dirs : seq
293-
list of library paths
294-
decl : dict
295-
for every (key, value), the declaration in the value will be
296-
used for function in key. If a function is not in the
297-
dictionay, no declaration will be used.
298-
call : dict
299-
for every item (f, value), if the value is True, a call will be
300-
done to the function f"""
285+
funcs: seq
286+
list of functions to test
287+
include_dirs : seq
288+
list of header paths
289+
libraries : seq
290+
list of libraries to link the code snippet to
291+
libraru_dirs : seq
292+
list of library paths
293+
decl : dict
294+
for every (key, value), the declaration in the value will be
295+
used for function in key. If a function is not in the
296+
dictionay, no declaration will be used.
297+
call : dict
298+
for every item (f, value), if the value is True, a call will be
299+
done to the function f.
300+
"""
301301
self._check_compiler()
302302
body = []
303303
if decl:

0 commit comments

Comments
 (0)