summaryrefslogtreecommitdiff
path: root/doc/development/tutorials/todo.rst
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2020-06-30 17:12:03 +0200
committerJulien Palard <julien@palard.fr>2020-06-30 17:13:19 +0200
commit527a0361f19b9442885e2481839b48187a90c9dd (patch)
tree0f8f4aa68cd15b35f81c1c28fd55e29ff81a5ce9 /doc/development/tutorials/todo.rst
parent61c9aa584c8d7c4b60f32465dd4e4bff64e1e09c (diff)
downloadsphinx-git-527a0361f19b9442885e2481839b48187a90c9dd.tar.gz
FIX: Typo in tutorial/todo.
Diffstat (limited to 'doc/development/tutorials/todo.rst')
-rw-r--r--doc/development/tutorials/todo.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/tutorials/todo.rst b/doc/development/tutorials/todo.rst
index e27528b5a..699ed58d0 100644
--- a/doc/development/tutorials/todo.rst
+++ b/doc/development/tutorials/todo.rst
@@ -230,7 +230,7 @@ where they come from. The list items are composed of the nodes from the
``todo`` entry and docutils nodes created on the fly: a paragraph for each
entry, containing text that gives the location, and a link (reference node
containing an italic node) with the backreference. The reference URI is built
-by :meth:`sphinx.builders.Builder.get_relative_uri`` which creates a suitable
+by :meth:`sphinx.builders.Builder.get_relative_uri` which creates a suitable
URI depending on the used builder, and appending the todo node's (the target's)
ID as the anchor name.