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 e9b34c1 commit 8baf78bCopy full SHA for 8baf78b
1 file changed
Doc/library/typing.rst
@@ -939,7 +939,7 @@ The module defines the following classes, functions and decorators:
939
940
Union[int, str] == Union[str, int]
941
942
- * When a class and its subclass are present, the former is skipped, e.g.::
+ * When a class and its subclass are present, the latter is skipped, e.g.::
943
944
Union[int, object] == object
945
0 commit comments