mirror of
https://github.com/python/cpython
synced 2026-09-27 05:58:16 +03:00
Fix typo in Simple Statements documentation (GH-3809)
Replace "restriction" with "restrictions".
This commit is contained in:
parent
d780b2d588
commit
8d59aca4a9
1 changed files with 1 additions and 1 deletions
|
|
@ -931,7 +931,7 @@ annotation.
|
|||
|
||||
.. impl-detail::
|
||||
|
||||
The current implementation does not enforce some of these restriction, but
|
||||
The current implementation does not enforce some of these restrictions, but
|
||||
programs should not abuse this freedom, as future implementations may enforce
|
||||
them or silently change the meaning of the program.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue