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 `) are interactive Python sessions cut-and-pasted into docstrings. They do not require the :ref:`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