From 5265b3a98b376684e361b62d0728483b26f493f2 Mon Sep 17 00:00:00 2001 From: Tim McNamara Date: Sat, 1 Sep 2018 20:56:58 +1200 Subject: Fix typo in typing.py module docstring (#9014) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "explicitelly" → "explicitly" --- Lib/typing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/typing.py b/Lib/typing.py index 4899263..445a424 100644 --- a/Lib/typing.py +++ b/Lib/typing.py @@ -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 -- cgit v0.12