8000 PEP 604: Fix minor typo (#1594) · python/peps@5a0ab0c · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a0ab0c

Browse files
authored
PEP 604: Fix minor typo (#1594)
equivalentl -> equivalent
1 parent b085b2d commit 5a0ab0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pep-0604.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The order of the items in the Union should not matter for equality.
9898
(int | str | float) == typing.Union[str, float, int]
9999

100100

101-
Optional values should be equivalentl to the new union syntax
101+
Optional values should be equivalent to the new union syntax
102102

103103
::
104104

0 commit comments

Comments
 (0)
0