Fix spelling typo (GH-6443)

This commit is contained in:
jdemeyer 2018-04-17 17:15:44 +02:00 committed by Ned Deily
parent 5fbc511f56
commit 28e8b66d6c
1 changed files with 1 additions and 1 deletions

View 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