summaryrefslogtreecommitdiff
path: root/doc/sphinxext/numpydoc/comment_eater.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/sphinxext/numpydoc/comment_eater.py')
-rw-r--r--doc/sphinxext/numpydoc/comment_eater.py2
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.
"""