diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2013-04-15 08:35:10 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2013-04-15 08:35:10 -0700 |
commit | 9361471ebf49d31761e8ed9d7dc6512abe3241a9 (patch) | |
tree | 8e01d8226aa0c6073a9c3cf8fbf9fdf88a175d5b /doc/sphinxext/numpydoc/comment_eater.py | |
parent | a196d789fbb8e72672c73ffcf99c687b5fd3ec3d (diff) | |
parent | c6de09799decbb22bb2d7a44036f53c30356edda (diff) | |
download | numpy-9361471ebf49d31761e8ed9d7dc6512abe3241a9.tar.gz |
Merge pull request #3249 from charris/2to3-apply-next-fixer
2to3: Apply next fixer.
Diffstat (limited to 'doc/sphinxext/numpydoc/comment_eater.py')
-rw-r--r-- | doc/sphinxext/numpydoc/comment_eater.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinxext/numpydoc/comment_eater.py b/doc/sphinxext/numpydoc/comment_eater.py index 8b57c4b7a..8cddd3305 100644 --- a/doc/sphinxext/numpydoc/comment_eater.py +++ b/doc/sphinxext/numpydoc/comment_eater.py @@ -106,7 +106,7 @@ class CommentBlocker(object): def new_comment(self, string, start, end, line): """ Possibly add a new comment. - + Only adds a new comment if this comment is the only thing on the line. Otherwise, it extends the noncomment block. """ |