summaryrefslogtreecommitdiff
path: root/numpy/compat/_inspect.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/compat/_inspect.py')
-rw-r--r--numpy/compat/_inspect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/compat/_inspect.py b/numpy/compat/_inspect.py
index 8be0b7696..612d1e147 100644
--- a/numpy/compat/_inspect.py
+++ b/numpy/compat/_inspect.py
@@ -7,7 +7,7 @@ no overhead.
import types
-__all__ = ['getarspec', 'formatargspec']
+__all__ = ['getargspec', 'formatargspec']
# ----------------------------------------------------------- type-checking
def ismethod(object):