diff options
author | jfbu <jfbu@free.fr> | 2018-12-29 18:54:06 +0100 |
---|---|---|
committer | jfbu <jfbu@free.fr> | 2018-12-29 18:54:06 +0100 |
commit | 58f4c658fa5402a54c371ca8130d5d0ce90232b1 (patch) | |
tree | 7bd501181dc4d31f4e330eb9491351daceb14d58 | |
parent | b62bf0e0fc915b5cbd111fe836bdab55808364a9 (diff) | |
download | sphinx-git-58f4c658fa5402a54c371ca8130d5d0ce90232b1.tar.gz |
Capitalize the Internet
-rw-r--r-- | doc/usage/quickstart.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/quickstart.rst b/doc/usage/quickstart.rst index b3eb7e1dd..5279d3f87 100644 --- a/doc/usage/quickstart.rst +++ b/doc/usage/quickstart.rst @@ -289,7 +289,7 @@ Intersphinx ----------- Many Sphinx documents including the `Python documentation`_ are published on -the internet. When you want to make links to such documents from your +the Internet. When you want to make links to such documents from your documentation, you can do it with :mod:`sphinx.ext.intersphinx`. .. _Python documentation: https://docs.python.org/3 |