Skip to content

Commit afb44f1

Browse files
authored
Merge pull request sphinx-doc#9753 from Marsfan/patch-1
Add missing space in intersphinx doc
2 parents 56f97d7 + 1bc98b7 commit afb44f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/usage/extensions/intersphinx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ searching for the root cause of a broken Intersphinx link in a documentation
158158
project. The following example prints the Intersphinx mapping of the Python 3
159159
documentation::
160160

161-
$ python -msphinx.ext.intersphinx https://docs.python.org/3/objects.inv
161+
$ python -m sphinx.ext.intersphinx https://docs.python.org/3/objects.inv
162162

163163
Using Intersphinx with inventory file under Basic Authorization
164164
---------------------------------------------------------------

0 commit comments

Comments
 (0)