projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fbc511
)
Fix spelling typo (GH-6443)
author
jdemeyer
<jdemeyer@cage.ugent.be>
Tue, 17 Apr 2018 15:15:44 +0000
(17:15 +0200)
committer
Ned Deily
<nad@python.org>
Tue, 17 Apr 2018 15:15:44 +0000
(11:15 -0400)
Lib/test/support/__init__.py
patch
|
blob
|
history
diff --git
a/Lib/test/support/__init__.py
b/Lib/test/support/__init__.py
index 2c2f888352e81461a7ba8242545455253f3fc814..a5f86d4c41763ef65419f235bc8068f566d2ca24 100644
(file)
--- a/
Lib/test/support/__init__.py
+++ b/
Lib/test/support/__init__.py
@@
-2473,7
+2473,7
@@
def check__all__(test_case, module, name_of_module=None, extra=(),
The 'extra' argument can be a set of names that wouldn't otherwise be
automatically detected as "public", like objects without a proper
- '__module__' attri
u
bute. If provided, it will be added to the
+ '__module__' attribute. If provided, it will be added to the
automatically detected ones.
The 'blacklist' argument can be a set of names that must not be treated