Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef5c63d

Browse files
committed
DOC: Add missing space in missing reference message.
1 parent c7e3e67 commit ef5c63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinxext/missing_references.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def _warn_unused_missing_references(app):
173173
msg = (f"Reference {domain_type} {target} for "
174174
f"{ignored_reference_location} can be removed"
175175
f" from {app.config.missing_references_filename}."
176-
"It is no longer a missing reference in the docs.")
176+
" It is no longer a missing reference in the docs.")
177177
logger.warning(msg,
178178
location=ignored_reference_location,
179179
type='ref',

0 commit comments

Comments
 (0)