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

Skip to content

Commit 6770b79

Browse files
committed
fix typo
1 parent 30953a9 commit 6770b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_automodapi/automodapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class are included in the generated documentation. Defaults to ``False``.
166166
def automodapi_replace(sourcestr, app, dotoctree=True, docname=None,
167167
warnings=True):
168168
"""
169-
Replaces `sourcestr`'s entries of ".. automdapi::" with the
169+
Replaces `sourcestr`'s entries of ".. automodapi::" with the
170170
automodapi template form based on provided options.
171171
172172
This is used with the sphinx event 'source-read' to replace

0 commit comments

Comments
 (0)