summaryrefslogtreecommitdiff
path: root/doc/tutorial
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2022-03-24 12:34:05 +0200
committerHugo van Kemenade <hugovk@users.noreply.github.com>2022-03-24 12:34:05 +0200
commita432bf8c1022d5a4f8227c6bf309c3d2820ef9c6 (patch)
tree026275bc15b78c97cf4142877814f5c4d98f4b60 /doc/tutorial
parent59e96bfbc5619f7df9929ee6a8eb3ebbdb94d523 (diff)
downloadsphinx-git-a432bf8c1022d5a4f8227c6bf309c3d2820ef9c6.tar.gz
Update PEP links in docs
Diffstat (limited to 'doc/tutorial')
-rw-r--r--doc/tutorial/automatic-doc-generation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/automatic-doc-generation.rst b/doc/tutorial/automatic-doc-generation.rst
index df42c6434..6a56dbd3a 100644
--- a/doc/tutorial/automatic-doc-generation.rst
+++ b/doc/tutorial/automatic-doc-generation.rst
@@ -5,7 +5,7 @@ In the :ref:`previous section <tutorial-describing-objects>` of the tutorial
you manually documented a Python function in Sphinx. However, the description
was out of sync with the code itself, since the function signature was not
the same. Besides, it would be nice to reuse `Python
-docstrings <https://www.python.org/dev/peps/pep-0257/#what-is-a-docstring>`_
+docstrings <https://peps.python.org/pep-0257/#what-is-a-docstring>`_
in the documentation, rather than having to write the information in two
places.