summaryrefslogtreecommitdiff
path: root/Doc/library/doctest.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-24 09:06:18 +0100
committerGeorg Brandl <georg@python.org>2014-03-24 09:06:18 +0100
commit36e1fd011e2561e3a1e60c5e2c10b1ff3fbf16aa (patch)
treefec3dc5b26ce7d72f78c61cfef2ee5beee608a7d /Doc/library/doctest.rst
parent375b20dcdef0ed1f80be17072dd6eb62bcef126f (diff)
downloadcpython-36e1fd011e2561e3a1e60c5e2c10b1ff3fbf16aa.tar.gz
Fix a few scoping issues with versionadded/versionchanged directives.
Diffstat (limited to 'Doc/library/doctest.rst')
-rw-r--r--Doc/library/doctest.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/doctest.rst b/Doc/library/doctest.rst
index 28df49c700..50626e9b0c 100644
--- a/Doc/library/doctest.rst
+++ b/Doc/library/doctest.rst
@@ -502,7 +502,8 @@ or'ed together and passed to various functions. The names can also be used in
:ref:`doctest directives <doctest-directives>`, and may be passed to the
doctest command line interface via the ``-o`` option.
-.. versionadded:: 3.4 the ``-o`` command line option
+.. versionadded:: 3.4
+ The ``-o`` command line option.
The first group of options define test semantics, controlling aspects of how
doctest decides whether actual output matches an example's expected output: