Skip to content

Commit 1109111

Browse files
author
Justin Baum
committed
Fix whitespace
1 parent 99a79ea commit 1109111

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_doctest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ def optionflags(): r"""
13181318
matching the expected output to the actual output
13191319
>>> print("Hello World") # doctest: +IGNORE_CASE
13201320
hello world
1321-
1321+
13221322
13231323
The SKIP flag causes an example to be skipped entirely. I.e., the
13241324
example is not run. It can be useful in contexts where doctest

0 commit comments

Comments
 (0)