summaryrefslogtreecommitdiffstats
path: root/Doc/reference
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2017-09-28 20:00:17 (GMT)
committerMariatta <Mariatta@users.noreply.github.com>2017-09-28 20:00:17 (GMT)
commit641494ec3168bd556f0af226196e13ae29bddd53 (patch)
tree37efa8c241ff46cbbfc762910c7ec1668b066ec8 /Doc/reference
parent7d6ddb96b34b94c1cbdf95baa94492c48426404e (diff)
downloadcpython-641494ec3168bd556f0af226196e13ae29bddd53.zip
cpython-641494ec3168bd556f0af226196e13ae29bddd53.tar.gz
cpython-641494ec3168bd556f0af226196e13ae29bddd53.tar.bz2
bpo-31621: Fix typo in Simple Statements documentation (GH-3809) (GH-3810)
Replace "restriction" with "restrictions". (cherry picked from commit 8d59aca4a953b097a9b02b0ecafef840e4ac5855)
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 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.