]> granicus.if.org Git - python/commitdiff
Fix typo in typing.py module docstring (#9014)
authorTim McNamara <code@timmcnamara.co.nz>
Sat, 1 Sep 2018 08:56:58 +0000 (20:56 +1200)
committerIvan Levkivskyi <levkivskyi@gmail.com>
Sat, 1 Sep 2018 08:56:58 +0000 (09:56 +0100)
"explicitelly" → "explicitly"

Lib/typing.py

index 48992633ac349dc21cea93f2d77f827bec0e2f33..445a42492b6bcbf334102d231f1c83b8a4ff49c8 100644 (file)
@@ -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