summaryrefslogtreecommitdiff
path: root/doc/usage
diff options
context:
space:
mode:
authorGabe R <Marsfan@users.noreply.github.com>2021-10-19 11:33:23 -0700
committerGitHub <noreply@github.com>2021-10-19 11:33:23 -0700
commit1bc98b78605bfe06f58c5abf431c4a6438c2fdd9 (patch)
tree607de470131dcccdb262a279d517ab8a3ceb08b9 /doc/usage
parent56f97d71a2b1733ebf401d357a634e2d7e4c896e (diff)
downloadsphinx-git-1bc98b78605bfe06f58c5abf431c4a6438c2fdd9.tar.gz
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.
Diffstat (limited to 'doc/usage')
-rw-r--r--doc/usage/extensions/intersphinx.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/extensions/intersphinx.rst b/doc/usage/extensions/intersphinx.rst
index 178655cae..478ddb7ae 100644
--- a/doc/usage/extensions/intersphinx.rst
+++ b/doc/usage/extensions/intersphinx.rst
@@ -158,7 +158,7 @@ searching for the root cause of a broken Intersphinx link in a documentation
project. The following example prints the Intersphinx mapping of the Python 3
documentation::
- $ python -msphinx.ext.intersphinx https://docs.python.org/3/objects.inv
+ $ python -m sphinx.ext.intersphinx https://docs.python.org/3/objects.inv
Using Intersphinx with inventory file under Basic Authorization
---------------------------------------------------------------