Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.

This commit is contained in:
Georg Brandl 2008-01-05 19:44:22 +00:00
parent 6265833d91
commit f725b9587c
10 changed files with 101 additions and 95 deletions

View file

@ -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