]> granicus.if.org Git - python/commitdiff
Fix spelling typo (GH-6443) (GH-6507)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Apr 2018 15:40:48 +0000 (08:40 -0700)
committerNed Deily <nad@python.org>
Tue, 17 Apr 2018 15:40:48 +0000 (11:40 -0400)
(cherry picked from commit 28e8b66d6c632552765b5fb4573b7f3c9decc3c1)

Co-authored-by: jdemeyer <jdemeyer@cage.ugent.be>
Lib/test/support/__init__.py

index 16cee96108a3052f4b8fb07d6a23a2ae4f569caf..2389d58d706e7df5bfbf17b73087c79b6e1b914f 100644 (file)
@@ -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