Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJuan Luis Cano Rodríguez <hello@juanlu.space>2021-11-15 16:29:17 +0300
committerGitHub <noreply@github.com>2021-11-15 16:29:17 +0300
commitd7d82a88ad2cf84b76b8e3256c9dfd59369b6de0 (patch)
treeea3e79a426af0b967ba33a5f7482fde218460c97 /doc
parent34c165e497e80ea563ac0619c602ad6ab8bd4742 (diff)
Typo
Co-authored-by: Manuel Kaufmann <humitos@gmail.com>
Diffstat (limited to 'doc')
-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: