diff options
Diffstat (limited to 'numpy/_import_tools.py')
-rw-r--r-- | numpy/_import_tools.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/_import_tools.py b/numpy/_import_tools.py index d289a752b..4053057ab 100644 --- a/numpy/_import_tools.py +++ b/numpy/_import_tools.py @@ -152,10 +152,10 @@ class PackageLoader: Parameters ---------- - *packges : arg-tuple + *packges : arg-tuple the names (one or more strings) of all the modules one wishes to load into the top-level namespace. - verbose= : integer + verbose= : integer verbosity level [default: -1]. verbose=-1 will suspend also warnings. force= : bool |