We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8123ad7 commit d1aab80Copy full SHA for d1aab80
stdlib/3/typing.pyi
@@ -5,7 +5,7 @@ from abc import abstractmethod, ABCMeta
5
from types import CodeType, FrameType, TracebackType
6
import collections # Needed by aliases like DefaultDict, see mypy issue 2986
7
8
-# Definitions of special type checking related constructs. Their definition
+# Definitions of special type checking related constructs. Their definitions
9
# are not used, so their value does not matter.
10
11
overload = object()
0 commit comments