bpo-31621: Fix typo in Simple Statements documentation (GH-3809) (GH-3810)

Replace "restriction" with "restrictions".
(cherry picked from commit 8d59aca4a9)
This commit is contained in:
Miss Islington (bot) 2017-09-28 13:00:17 -07:00 committed by Mariatta
parent 7d6ddb96b3
commit 641494ec31
1 changed files with 1 additions and 1 deletions

View File

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