diff options
author | Georg Brandl <georg@python.org> | 2008-01-05 19:44:22 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-05 19:44:22 (GMT) |
commit | f725b9587ce8fb1f63244e69e59763cef0750658 (patch) | |
tree | 147e583f659c303a48a6e00e03d4ebc6f3776466 /Lib/test/test_doctest.py | |
parent | 6265833d91b53aec0d710d81ec91cee142b0e204 (diff) | |
download | cpython-f725b9587ce8fb1f63244e69e59763cef0750658.zip cpython-f725b9587ce8fb1f63244e69e59763cef0750658.tar.gz cpython-f725b9587ce8fb1f63244e69e59763cef0750658.tar.bz2 |
Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.
Diffstat (limited to 'Lib/test/test_doctest.py')
-rw-r--r-- | Lib/test/test_doctest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_doctest.py b/Lib/test/test_doctest.py index 4e0c1f8..60e3c81 100644 --- a/Lib/test/test_doctest.py +++ b/Lib/test/test_doctest.py @@ -909,7 +909,7 @@ Tests of `DocTestRunner`'s option flag handling. Several option flags can be used to customize the behavior of the test runner. These are defined as module constants in doctest, and passed -to the DocTestRunner constructor (multiple constants should be or-ed +to the DocTestRunner constructor (multiple constants should be ORed together). The DONT_ACCEPT_TRUE_FOR_1 flag disables matches between True/False |