mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Lib/test/support: fix typo in docstring (GH-8506)
This commit is contained in:
committed by
Gregory P. Smith
parent
ed2e9ab804
commit
e578fa162e
@@ -1955,8 +1955,8 @@ def set_match_tests(patterns):
|
||||
|
||||
def match_test_regex(test_id):
|
||||
if regex_match(test_id):
|
||||
# The regex matchs the whole identifier like
|
||||
# 'test.test_os.FileTests.test_access'
|
||||
# The regex matches the whole identifier, for example
|
||||
# 'test.test_os.FileTests.test_access'.
|
||||
return True
|
||||
else:
|
||||
# Try to match parts of the test identifier.
|
||||
|
||||
Reference in New Issue
Block a user