Skip to content

Commit e735634

Browse files
miss-islingtonjdemeyer
authored andcommitted
Fix spelling typo (GH-6443) (#6508)
(cherry picked from commit 28e8b66) Co-authored-by: jdemeyer <jdemeyer@cage.ugent.be>
1 parent f1547d1 commit e735634

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
@@ -2403,7 +2403,7 @@ def check__all__(test_case, module, name_of_module=None, extra=(),
24032403
24042404
The 'extra' argument can be a set of names that wouldn't otherwise be
24052405
automatically detected as "public", like objects without a proper
2406-
'__module__' attriubute. If provided, it will be added to the
2406+
'__module__' attribute. If provided, it will be added to the
24072407
automatically detected ones.
24082408
24092409
The 'blacklist' argument can be a set of names that must not be treated

0 commit comments

Comments
 (0)