diff options
Diffstat (limited to 'numpy/build_utils/common.py')
-rw-r--r-- | numpy/build_utils/common.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/numpy/build_utils/common.py b/numpy/build_utils/common.py index 301d1da7d..50d2f59bc 100644 --- a/numpy/build_utils/common.py +++ b/numpy/build_utils/common.py @@ -27,13 +27,14 @@ def pyod(filename): Parameters ---------- - filename: str + filename : str name of the file to get the dump from. Returns ------- - out: seq + out : seq list of lines of od output + Note ---- We only implement enough to get the necessary information for long double |