projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed2e9ab
)
Lib/test/support: fix typo in docstring (GH-8506)
author
Daniel Hahler
<github@thequod.de>
Tue, 11 Sep 2018 01:04:33 +0000
(
03:04
+0200)
committer
Gregory P. Smith
<greg@krypto.org>
Tue, 11 Sep 2018 01:04:33 +0000
(18:04 -0700)
Lib/test/support/__init__.py
patch
|
blob
|
history
diff --git
a/Lib/test/support/__init__.py
b/Lib/test/support/__init__.py
index 13b60f7e815399f84cc31dd137e85286a778b07e..de997b253a693f188aaa6a0d79c863caadf3bd8c 100644
(file)
--- a/
Lib/test/support/__init__.py
+++ b/
Lib/test/support/__init__.py
@@
-1955,8
+1955,8
@@
def set_match_tests(patterns):
def match_test_regex(test_id):
if regex_match(test_id):
- # The regex match
s the whole identifier lik
e
- # 'test.test_os.FileTests.test_access'
+ # The regex match
es the whole identifier, for exampl
e
+ # 'test.test_os.FileTests.test_access'
.
return True
else:
# Try to match parts of the test identifier.