summaryrefslogtreecommitdiff
path: root/Doc/reference
diff options
context:
space:
mode:
authorkms70847 <kms70847@users.noreply.github.com>2017-09-28 15:54:48 -0400
committerMariatta <Mariatta@users.noreply.github.com>2017-09-28 12:54:48 -0700
commit8d59aca4a953b097a9b02b0ecafef840e4ac5855 (patch)
treeb628231636f21a3aa23e368fe0f532fe2f27e340 /Doc/reference
parentd780b2d588e68bd7047ef5d1f04e36da38b7a350 (diff)
downloadcpython-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.rst2
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.