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 99a79ea commit 1109111Copy full SHA for 1109111
1 file changed
Lib/test/test_doctest.py
@@ -1318,7 +1318,7 @@ def optionflags(): r"""
1318
matching the expected output to the actual output
1319
>>> print("Hello World") # doctest: +IGNORE_CASE
1320
hello world
1321
-
+
1322
1323
The SKIP flag causes an example to be skipped entirely. I.e., the
1324
example is not run. It can be useful in contexts where doctest
0 commit comments