summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Luis Cano Rodríguez <hello@juanlu.space>2021-11-15 14:29:17 +0100
committerGitHub <noreply@github.com>2021-11-15 14:29:17 +0100
commitd7d82a88ad2cf84b76b8e3256c9dfd59369b6de0 (patch)
treeea3e79a426af0b967ba33a5f7482fde218460c97
parent34c165e497e80ea563ac0619c602ad6ab8bd4742 (diff)
downloadsphinx-git-d7d82a88ad2cf84b76b8e3256c9dfd59369b6de0.tar.gz
Typo
Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
-rw-r--r--doc/tutorial/describing-code.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial/describing-code.rst b/doc/tutorial/describing-code.rst
index f080b095c..88e1f8702 100644
--- a/doc/tutorial/describing-code.rst
+++ b/doc/tutorial/describing-code.rst
@@ -262,7 +262,7 @@ Which would give the following result:
A typedef-like declaration of a type.
-All such directives then generate generate references that can be
+All such directives then generate references that can be
cross-referenced by using the corresponding role. For example, to reference
the previous type definition, you can use the :rst:role:`cpp:type` role
as follows: