diff options
author | Pauli Virtanen <pav@iki.fi> | 2009-06-27 15:54:57 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2009-06-27 15:54:57 +0000 |
commit | 7a661682c1d8209fe17daba26ed0cddc2cb5edf3 (patch) | |
tree | 15a50eea38e0b3c6253cc341d725eb1fd8833190 /doc/sphinxext/docscrape_sphinx.py | |
parent | 692f3f65acd441995f893908d694b3891a67070c (diff) | |
download | numpy-7a661682c1d8209fe17daba26ed0cddc2cb5edf3.tar.gz |
docs: remove forgotten debug print
Diffstat (limited to 'doc/sphinxext/docscrape_sphinx.py')
-rw-r--r-- | doc/sphinxext/docscrape_sphinx.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/sphinxext/docscrape_sphinx.py b/doc/sphinxext/docscrape_sphinx.py index 1747ae0db..8b93459d5 100644 --- a/doc/sphinxext/docscrape_sphinx.py +++ b/doc/sphinxext/docscrape_sphinx.py @@ -93,7 +93,6 @@ class SphinxDocString(NumpyDocString): out += self._str_indent(desc, n_indent) out += [hdr] out += [''] - print "\n".join(out) return out def _str_section(self, name): |