Merge pull request #7700 from mdeff/patch-1

remove repeted word in reStructuredText Primer
This commit is contained in:
Takeshi KOMIYA 2020-05-21 22:53:49 +09:00 committed by GitHub
commit 816c61a811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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