Skip to content

Commit 5265b3a

Browse files
timClicksilevkivskyi
authored andcommitted
Fix typo in typing.py module docstring (#9014)
"explicitelly" → "explicitly"
1 parent 172a71f commit 5265b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The typing module: Support for gradual typing as defined by PEP 484.
33
44
At large scale, the structure of the module is following:
5-
* Imports and exports, all public names should be explicitelly added to __all__.
5+
* Imports and exports, all public names should be explicitly added to __all__.
66
* Internal helper functions: these should never be used in code outside this module.
77
* _SpecialForm and its instances (special forms): Any, NoReturn, ClassVar, Union, Optional
88
* Two classes whose instances can be type arguments in addition to types: ForwardRef and TypeVar

0 commit comments

Comments
 (0)