We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ece35 commit 8518465Copy full SHA for 8518465
1 file changed
Lib/test/test_doctest.py
@@ -1315,7 +1315,7 @@ def optionflags(): r"""
1315
[0, 1, ..., 18, 19]
1316
1317
The IGNORE_CASE flag causes the test runner to ignore case when
1318
-matching the expected output to the actual output,
+matching the expected output to the actual output.
1319
>>> print("Hello World") # doctest: +IGNORE_CASE
1320
hello world
1321
0 commit comments