diff options
author | Pauli Virtanen <pav@iki.fi> | 2009-10-24 16:01:22 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2009-10-24 16:01:22 +0000 |
commit | 7e61011fbf714c5e933e42bda94f6661cca00a63 (patch) | |
tree | 5c5125e6e6cd5dc255dac108a990602784b8876c /numpy/doc/constants.py | |
parent | 4c0338784d5f3d72b73729bdfd93350571caa156 (diff) | |
download | numpy-7e61011fbf714c5e933e42bda94f6661cca00a63.tar.gz |
Remove unnecessary variables from doc.constants (from Ralf Gommers).
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 |