From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 17 Apr 2018 15:41:51 +0000 (-0700) Subject: Fix spelling typo (GH-6443) (#6508) X-Git-Tag: v3.6.6rc1~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e735634ea41486239b54f5713399e9244913c6e8;p=python Fix spelling typo (GH-6443) (#6508) (cherry picked from commit 28e8b66d6c632552765b5fb4573b7f3c9decc3c1) Co-authored-by: jdemeyer --- diff --git a/Lib/test/support/__init__.py b/Lib/test/support/__init__.py index 74d435511a..867124b63e 100644 --- a/Lib/test/support/__init__.py +++ b/Lib/test/support/__init__.py @@ -2403,7 +2403,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