Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e578fa1

Browse files
blueyedgpshead
authored andcommitted
Lib/test/support: fix typo in docstring (GH-8506)
1 parent ed2e9ab commit e578fa1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/test/support/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1955,8 +1955,8 @@ def set_match_tests(patterns):
19551955

19561956
def match_test_regex(test_id):
19571957
if regex_match(test_id):
1958-
# The regex matchs the whole identifier like
1959-
# 'test.test_os.FileTests.test_access'
1958+
# The regex matches the whole identifier, for example
1959+
# 'test.test_os.FileTests.test_access'.
19601960
return True
19611961
else:
19621962
# Try to match parts of the test identifier.

0 commit comments

Comments
 (0)