typo: MAy -> May (#999)
This commit is contained in:
parent
6d205a43fa
commit
44e0178891
|
@ -628,7 +628,7 @@ example, whether or not the following program type checks is left unspecified::
|
|||
|
||||
# Note: "Literal[1 + 2]" is not a legal type.
|
||||
bar2: Final = 1 + 2
|
||||
expects_three(bar2) # MAy or may not be accepted by type checkers
|
||||
expects_three(bar2) # May or may not be accepted by type checkers
|
||||
|
||||
Rejected or out-of-scope ideas
|
||||
==============================
|
||||
|
|
Loading…
Reference in New Issue