mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
The original form is incorrect grammar and feels awkward, even though the meaning is clear.
This commit is contained in:
parent
96a4f07107
commit
c04fb56e36
25 changed files with 76 additions and 76 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue