summaryrefslogtreecommitdiff
path: root/doc/ext/doctest.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-01-10 22:18:18 +0100
committerGeorg Brandl <georg@python.org>2009-01-10 22:18:18 +0100
commit6d564844e830c1faaf746460327bd14f3234171e (patch)
tree5044c2146ca4b1756136040d0b4365685b0c4f84 /doc/ext/doctest.rst
parentac92e5497ec6704b661ca3e7539ce2799fda2ef4 (diff)
downloadsphinx-6d564844e830c1faaf746460327bd14f3234171e.tar.gz
Fix more line length and trailing whitespace.
Diffstat (limited to 'doc/ext/doctest.rst')
-rw-r--r--doc/ext/doctest.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ext/doctest.rst b/doc/ext/doctest.rst
index 7117f6a9..19905dc7 100644
--- a/doc/ext/doctest.rst
+++ b/doc/ext/doctest.rst
@@ -131,7 +131,7 @@ completely equivalent. ::
Test-Output example:
- .. testcode::
+ .. testcode::
parrot.voom(3000)
@@ -156,7 +156,7 @@ There are also these config values for customizing the doctest extension:
e.g. import modules you will always need in your doctests.
.. versionadded:: 0.6
-
+
.. confval:: doctest_test_doctest_blocks
If this is a nonempty string (the default is ``'default'``), standard reST
@@ -187,7 +187,7 @@ There are also these config values for customizing the doctest extension:
>>> print 1
1
- Some more documentation text.
+ Some more documentation text.
This feature makes it easy for you to test doctests in docstrings included
with the :mod:`~sphinx.ext.autodoc` extension without marking them up with a