summaryrefslogtreecommitdiff
path: root/numpy/_import_tools.py
diff options
context:
space:
mode:
authorJarrod Millman <millman@berkeley.edu>2008-02-08 10:54:01 +0000
committerJarrod Millman <millman@berkeley.edu>2008-02-08 10:54:01 +0000
commitc66da19ab8bd6ad7f035b77026bbd703eab199d4 (patch)
tree55136b4e38d5991dbd68d4e0984c645f11cefce7 /numpy/_import_tools.py
parent0b7800b455b3aaf50cb83a224f283e72f1dea951 (diff)
downloadnumpy-c66da19ab8bd6ad7f035b77026bbd703eab199d4.tar.gz
ran reindent
Diffstat (limited to 'numpy/_import_tools.py')
-rw-r--r--numpy/_import_tools.py4
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