summaryrefslogtreecommitdiff
path: root/Lib/test/test_doctest.py
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-02-10 05:44:56 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-02-10 05:44:56 +0000
commit3008b1c4bba34eae2682afbd61f8f66ca1683289 (patch)
treea2016c4f34dda3b57c2fee64097b4e16ff4a375b /Lib/test/test_doctest.py
parent7e3a91a5fc056f72c93f015bb9f4f22aef9e72fb (diff)
parentc04fb56e36999a4162e6ccfe1f9357100abaee99 (diff)
downloadcpython-git-3008b1c4bba34eae2682afbd61f8f66ca1683289.tar.gz
Issue #26304: Merge doc wording from 3.5
Diffstat (limited to 'Lib/test/test_doctest.py')
-rw-r--r--Lib/test/test_doctest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_doctest.py b/Lib/test/test_doctest.py
index 379e316b3e..6a7ba0b64d 100644
--- a/Lib/test/test_doctest.py
+++ b/Lib/test/test_doctest.py
@@ -2775,7 +2775,7 @@ Now we'll write a couple files, one with three tests, the other a python module
with two tests, both of the files having "errors" in the tests that can be made
non-errors by applying the appropriate doctest options to the run (ELLIPSIS in
the first file, NORMALIZE_WHITESPACE in the second). This combination will
-allow to thoroughly test the -f and -o flags, as well as the doctest command's
+allow thoroughly testing the -f and -o flags, as well as the doctest command's
ability to process more than one file on the command line and, since the second
file ends in '.py', its handling of python module files (as opposed to straight
text files).