From 28e8b66d6c632552765b5fb4573b7f3c9decc3c1 Mon Sep 17 00:00:00 2001 From: jdemeyer Date: Tue, 17 Apr 2018 17:15:44 +0200 Subject: [PATCH] Fix spelling typo (GH-6443) --- Lib/test/support/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/support/__init__.py b/Lib/test/support/__init__.py index 2c2f888352..a5f86d4c41 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 -- 2.50.0