Skip to content

Commit d1aab80

Browse files
committed
fix a typo in stdlib/3/typing.py
1 parent 8123ad7 commit d1aab80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/3/typing.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ from abc import abstractmethod, ABCMeta
55
from types import CodeType, FrameType, TracebackType
66
import collections # Needed by aliases like DefaultDict, see mypy issue 2986
77

8-
# Definitions of special type checking related constructs. Their definition
8+
# Definitions of special type checking related constructs. Their definitions
99
# are not used, so their value does not matter.
1010

1111
overload = object()

0 commit comments

Comments
 (0)