remove repeted word in reStructuredText Primer

This commit is contained in:
Michaël Defferrard
2020-05-20 22:30:58 +02:00
committed by GitHub
parent 74351b2d43
commit 5e5bd748e6
+1 -1
View File
@@ -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