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

Skip to content

Commit 418fa05

Browse files
rocco8773namurphy
andauthored
Update sphinx_automodapi/smart_resolver.py
fix typo Co-Authored-By: Nick Murphy <[email protected]>
1 parent f13f579 commit 418fa05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_automodapi/smart_resolver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def missing_reference_handler(app, env, node, contnode):
6161
# 'reftype' - role name (in the example above 'ref' is the reftype)
6262
# 'reftarget' - target of the role, as given in the role content
6363
# (in the example 'target' is the reftarget
64-
# 'refexplicit' - the explicite title of the role
64+
# 'refexplicit' - the explicit title of the role
6565
# (in the example 'title' is the refexplicit)
6666
# 'refdoc' - document in which the role appeared
6767
# 'refdomain' - domain of the role, in our case emtpy

0 commit comments

Comments
 (0)