mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
remove repeted word in reStructuredText Primer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user