diff options
author | Pearu Peterson <pearu.peterson@gmail.com> | 2006-01-14 09:16:45 +0000 |
---|---|---|
committer | Pearu Peterson <pearu.peterson@gmail.com> | 2006-01-14 09:16:45 +0000 |
commit | 2cdbd57b9e141770e66b7340f9e04ef746b00a6c (patch) | |
tree | 47e3d3f59098b41ab1f08e03ea028142d66a5bce /numpy/lib/info.py | |
parent | 5410f3426f3a6a97f5053dcf96f593d4bdde769a (diff) | |
download | numpy-2cdbd57b9e141770e66b7340f9e04ef746b00a6c.tar.gz |
Making f2py and distutils scipy-style packages. Using pkgload to load numpy packages.
Diffstat (limited to 'numpy/lib/info.py')
-rw-r--r-- | numpy/lib/info.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/lib/info.py b/numpy/lib/info.py index 5a4d13182..bf6878b73 100644 --- a/numpy/lib/info.py +++ b/numpy/lib/info.py @@ -1,6 +1,6 @@ -__doc__ = \ -""" Basic functions used by several sub-packages and useful to have in the -main name-space +__doc_title__ = """Basic functions used by several sub-packages and +useful to have in the main name-space.""" +__doc__ = __doc_title__ + """ Type handling ============== |