mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst.
This commit is contained in:
parent
6265833d91
commit
f725b9587c
10 changed files with 101 additions and 95 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue