summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorjdemeyer <jdemeyer@cage.ugent.be>2018-04-17 15:15:44 (GMT)
committerNed Deily <nad@python.org>2018-04-17 15:15:44 (GMT)
commit28e8b66d6c632552765b5fb4573b7f3c9decc3c1 (patch)
tree19047de44c5e66b8a1e450d3a37d5eb95db2c88e /Lib/test
parent5fbc511f56688654a05b9eba23d140318bb9b2d5 (diff)
downloadcpython-28e8b66d6c632552765b5fb4573b7f3c9decc3c1.zip
cpython-28e8b66d6c632552765b5fb4573b7f3c9decc3c1.tar.gz
cpython-28e8b66d6c632552765b5fb4573b7f3c9decc3c1.tar.bz2
Fix spelling typo (GH-6443)
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/support/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/support/__init__.py b/Lib/test/support/__init__.py
index 2c2f888..a5f86d4 100644
--- 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__' attriubute. 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