Mistype , -> .

This commit is contained in:
Justin Baum 2020-11-30 12:01:34 -05:00
parent 23ece35eb2
commit 851846511f
No known key found for this signature in database
GPG Key ID: B1AFBCBF34FF8F4B
1 changed files with 1 additions and 1 deletions

View File

@ -1315,7 +1315,7 @@ output to match any substring in the actual output:
[0, 1, ..., 18, 19]
The IGNORE_CASE flag causes the test runner to ignore case when
matching the expected output to the actual output,
matching the expected output to the actual output.
>>> print("Hello World") # doctest: +IGNORE_CASE
hello world