diff options
| author | Michaƫl Defferrard <michael.defferrard@epfl.ch> | 2020-05-20 22:30:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-20 22:30:58 +0200 |
| commit | 5e5bd748e6531d57e978fc7730cf6232bd2485e3 (patch) | |
| tree | 7e411a3185e7a3a46b8d116cde5a1ca49e472c3d /doc/usage/restructuredtext | |
| parent | 74351b2d43f264e66da3dce6e493188d0eebfae6 (diff) | |
| download | sphinx-git-5e5bd748e6531d57e978fc7730cf6232bd2485e3.tar.gz | |
remove repeted word in reStructuredText Primer
Diffstat (limited to 'doc/usage/restructuredtext')
| -rw-r--r-- | doc/usage/restructuredtext/basics.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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 |
