diff options
author | kms70847 <kms70847@users.noreply.github.com> | 2017-09-28 19:54:48 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-09-28 19:54:48 (GMT) |
commit | 8d59aca4a953b097a9b02b0ecafef840e4ac5855 (patch) | |
tree | b628231636f21a3aa23e368fe0f532fe2f27e340 /Doc/reference | |
parent | d780b2d588e68bd7047ef5d1f04e36da38b7a350 (diff) | |
download | cpython-8d59aca4a953b097a9b02b0ecafef840e4ac5855.zip cpython-8d59aca4a953b097a9b02b0ecafef840e4ac5855.tar.gz cpython-8d59aca4a953b097a9b02b0ecafef840e4ac5855.tar.bz2 |
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 8786d73..8d17383 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. |