diff options
author | kms70847 <kms70847@users.noreply.github.com> | 2017-09-28 15:54:48 -0400 |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-09-28 12:54:48 -0700 |
commit | 8d59aca4a953b097a9b02b0ecafef840e4ac5855 (patch) | |
tree | b628231636f21a3aa23e368fe0f532fe2f27e340 /Doc/reference | |
parent | d780b2d588e68bd7047ef5d1f04e36da38b7a350 (diff) | |
download | cpython-git-8d59aca4a953b097a9b02b0ecafef840e4ac5855.tar.gz |
Fix typo in Simple Statements documentation (GH-3809)
Replace "restriction" with "restrictions".
Diffstat (limited to 'Doc/reference')
-rw-r--r-- | Doc/reference/simple_stmts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 8786d73f68..8d17383853 100644 --- a/Doc/reference/simple_stmts.rst +++ b/Doc/reference/simple_stmts.rst @@ -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. |