Kaydet (Commit) 28e8b66d authored tarafından jdemeyer's avatar jdemeyer Kaydeden (comit) Ned Deily

Fix spelling typo (GH-6443)

üst 5fbc511f
...@@ -2473,7 +2473,7 @@ def check__all__(test_case, module, name_of_module=None, extra=(), ...@@ -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 The 'extra' argument can be a set of names that wouldn't otherwise be
automatically detected as "public", like objects without a proper 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. automatically detected ones.
The 'blacklist' argument can be a set of names that must not be treated The 'blacklist' argument can be a set of names that must not be treated
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment