Skip to content

Commit f902cc7

Browse files
committed
Correct deduplication logic
1 parent 795f576 commit f902cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpydoc/numpydoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def mangle_docstrings(app, what, name, obj, options, lines):
105105
# duplicates
106106
rename_references(app, what, name, obj, options, lines)
107107

108-
lines += ['..', ' ' + DEDUPLICATION_TAG]
108+
lines += ['..', DEDUPLICATION_TAG]
109109

110110

111111
def mangle_signature(app, what, name, obj, options, sig, retann):

0 commit comments

Comments
 (0)