diff --git a/Lib/typing.py b/Lib/typing.py index 589eea98ad3..4ec538da00a 100644 --- a/Lib/typing.py +++ b/Lib/typing.py @@ -263,7 +263,7 @@ def _tp_cache(func): def _eval_type(t, globalns, localns): - """Evaluate all forward reverences in the given type t. + """Evaluate all forward references in the given type t. For use of globalns and localns see the docstring for get_type_hints(). """ if isinstance(t, ForwardRef):