Unverified Kaydet (Commit) f6d70b8b authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) GitHub

Fix typo in typing.py module docstring (GH-9014)


"explicitelly" → "explicitly"
(cherry picked from commit 5265b3a9)
Co-authored-by: 's avatarTim McNamara <code@timmcnamara.co.nz>
üst 89c9043e
......@@ -2,7 +2,7 @@
The typing module: Support for gradual typing as defined by PEP 484.
At large scale, the structure of the module is following:
* Imports and exports, all public names should be explicitelly added to __all__.
* Imports and exports, all public names should be explicitly added to __all__.
* Internal helper functions: these should never be used in code outside this module.
* _SpecialForm and its instances (special forms): Any, NoReturn, ClassVar, Union, Optional
* Two classes whose instances can be type arguments in addition to types: ForwardRef and TypeVar
......
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