summaryrefslogtreecommitdiff
path: root/doc/usage/restructuredtext
diff options
context:
space:
mode:
authorMichaƫl Defferrard <michael.defferrard@epfl.ch>2020-05-20 22:30:58 +0200
committerGitHub <noreply@github.com>2020-05-20 22:30:58 +0200
commit5e5bd748e6531d57e978fc7730cf6232bd2485e3 (patch)
tree7e411a3185e7a3a46b8d116cde5a1ca49e472c3d /doc/usage/restructuredtext
parent74351b2d43f264e66da3dce6e493188d0eebfae6 (diff)
downloadsphinx-git-5e5bd748e6531d57e978fc7730cf6232bd2485e3.tar.gz
remove repeted word in reStructuredText Primer
Diffstat (limited to 'doc/usage/restructuredtext')
-rw-r--r--doc/usage/restructuredtext/basics.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/restructuredtext/basics.rst b/doc/usage/restructuredtext/basics.rst
index dffaf297c..8f596ed9a 100644
--- a/doc/usage/restructuredtext/basics.rst
+++ b/doc/usage/restructuredtext/basics.rst
@@ -159,7 +159,7 @@ Doctest blocks
Doctest blocks (:duref:`ref <doctest-blocks>`) are interactive Python sessions
cut-and-pasted into docstrings. They do not require the
:ref:`literal blocks <rst-literal-blocks>` syntax. The doctest block must end
-with a blank line and should *not* end with with an unused prompt::
+with a blank line and should *not* end with an unused prompt::
>>> 1 + 1
2