typo: MAy -> May (#999)

This commit is contained in:
Vincent Poulailleau 2019-04-17 17:14:35 +02:00 committed by Guido van Rossum
parent 6d205a43fa
commit 44e0178891
1 changed files with 1 additions and 1 deletions

View File

@ -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
==============================