Skip to content

Commit 1bc98b7

Browse files
authored
Add missing space in intersphinx doc
There was a space missing between `-m` and `sphinx.ext.intersphinx` in the example of showing all mappings in a intersphinx file. I added it in.
1 parent 56f97d7 commit 1bc98b7

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)