diff options
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 ============== |