From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Thu, 28 Sep 2017 20:00:17 +0000 (-0700) Subject: bpo-31621: Fix typo in Simple Statements documentation (GH-3809) (GH-3810) X-Git-Tag: v3.6.4rc1~205 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=641494ec3168bd556f0af226196e13ae29bddd53;p=python bpo-31621: Fix typo in Simple Statements documentation (GH-3809) (GH-3810) Replace "restriction" with "restrictions". (cherry picked from commit 8d59aca4a953b097a9b02b0ecafef840e4ac5855) --- 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.