Skip to content

Commit 28e8b66

Browse files
jdemeyerned-deily
authored andcommitted
Fix spelling typo (GH-6443)
1 parent 5fbc511 commit 28e8b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/support/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2473,7 +2473,7 @@ def check__all__(test_case, module, name_of_module=None, extra=(),
24732473
24742474
The 'extra' argument can be a set of names that wouldn't otherwise be
24752475
automatically detected as "public", like objects without a proper
2476-
'__module__' attriubute. If provided, it will be added to the
2476+
'__module__' attribute. If provided, it will be added to the
24772477
automatically detected ones.
24782478
24792479
The 'blacklist' argument can be a set of names that must not be treated

0 commit comments

Comments
 (0)