Skip to content

Commit 8518465

Browse files
author
Justin Baum
committed
Mistype , -> .
1 parent 23ece35 commit 8518465

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
@@ -1315,7 +1315,7 @@ def optionflags(): r"""
13151315
[0, 1, ..., 18, 19]
13161316
13171317
The IGNORE_CASE flag causes the test runner to ignore case when
1318-
matching the expected output to the actual output,
1318+
matching the expected output to the actual output.
13191319
>>> print("Hello World") # doctest: +IGNORE_CASE
13201320
hello world
13211321

0 commit comments

Comments
 (0)