Kaydet (Commit) 6580c19b authored tarafından khyox's avatar khyox Kaydeden (comit) Mariatta

bpo-30619: Clarify typing.Union documentation (GH-2326)

When a class and its subclass are present, the latter is skipped.
üst a3d91b43
......@@ -939,7 +939,7 @@ The module defines the following classes, functions and decorators:
Union[int, str] == Union[str, int]
* 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.::
Union[int, object] == object
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment