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:
parent
f7379ddf1c
commit
ed1265526f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue