mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #7700 from mdeff/patch-1
remove repeted word in reStructuredText Primer
This commit is contained in:
commit
816c61a811
@ -159,7 +159,7 @@ Doctest blocks
|
|||||||
Doctest blocks (:duref:`ref <doctest-blocks>`) are interactive Python sessions
|
Doctest blocks (:duref:`ref <doctest-blocks>`) are interactive Python sessions
|
||||||
cut-and-pasted into docstrings. They do not require the
|
cut-and-pasted into docstrings. They do not require the
|
||||||
:ref:`literal blocks <rst-literal-blocks>` syntax. The doctest block must end
|
: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
|
>>> 1 + 1
|
||||||
2
|
2
|
||||||
|
Loading…
Reference in New Issue
Block a user