diff options
Diffstat (limited to 'numpy/doc/constants.py')
-rw-r--r-- | numpy/doc/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/doc/constants.py b/numpy/doc/constants.py index 2e30374fb..a4487b72a 100644 --- a/numpy/doc/constants.py +++ b/numpy/doc/constants.py @@ -386,5 +386,6 @@ if __doc__: __doc__ = __doc__ % dict(constant_list=constants_str) del constants_str, name, doc + del line, lines, new_lines, m, s, prev del constants, add_newdoc |