parent
b085b2ddfa
commit
5a0ab0c2b7
|
@ -98,7 +98,7 @@ The order of the items in the Union should not matter for equality.
|
||||||
(int | str | float) == typing.Union[str, float, int]
|
(int | str | float) == typing.Union[str, float, int]
|
||||||
|
|
||||||
|
|
||||||
Optional values should be equivalentl to the new union syntax
|
Optional values should be equivalent to the new union syntax
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue