Fix spelling typo (GH-6443) (GH-6507)

(cherry picked from commit 28e8b66d6c)

Co-authored-by: jdemeyer <jdemeyer@cage.ugent.be>
This commit is contained in:
Miss Islington (bot) 2018-04-17 08:40:48 -07:00 committed by Ned Deily
parent f7379ddf1c
commit ed1265526f
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