summaryrefslogtreecommitdiff
path: root/doc/ext
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-09 21:43:22 +0100
committerGeorg Brandl <georg@python.org>2011-01-09 21:43:22 +0100
commit0b28697018e652f8c76353910fca2183fe53e63c (patch)
tree21a5aa19f745f1efcc93bc56066a8f6490a3b289 /doc/ext
parent1a0f2816427fc60d7359cd39249c4a81ece0da9a (diff)
downloadsphinx-0b28697018e652f8c76353910fca2183fe53e63c.tar.gz
Add changelog entry and docs for #594.
Diffstat (limited to 'doc/ext')
-rw-r--r--doc/ext/doctest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ext/doctest.rst b/doc/ext/doctest.rst
index c884a10d..554987ee 100644
--- a/doc/ext/doctest.rst
+++ b/doc/ext/doctest.rst
@@ -237,4 +237,4 @@ There are also these config values for customizing the doctest extension:
will be interpreted as one block ending and another one starting. Also,
removal of ``<BLANKLINE>`` and ``# doctest:`` options only works in
:rst:dir:`doctest` blocks, though you may set :confval:`trim_doctest_flags` to
- achieve the latter in all code blocks with Python console content.
+ achieve that in all code blocks with Python console content.