diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-01-05 10:28:41 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-01-05 10:28:41 +0000 |
commit | 8b1e2f929fdfb79e0a446a1fb7bec33a799d492b (patch) | |
tree | 588d1fb59f52798ef54a98dbe5ef20210dd16eae /numpy/__init__.py | |
parent | b97663c8b33bbce12926887bf6ddac68fbadb42d (diff) | |
download | numpy-8b1e2f929fdfb79e0a446a1fb7bec33a799d492b.tar.gz |
Add a few more docstrings using add_docstring.
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r-- | numpy/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py index 466461dbc..706959e90 100644 --- a/numpy/__init__.py +++ b/numpy/__init__.py @@ -42,4 +42,6 @@ else: test = ScipyTest('numpy').test + import add_newdocs + # TODO: Fix __doc__ |