]> granicus.if.org Git - python/commitdiff
bpo-31621: Fix typo in Simple Statements documentation (GH-3809) (GH-3810)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 28 Sep 2017 20:00:17 +0000 (13:00 -0700)
committerMariatta <Mariatta@users.noreply.github.com>
Thu, 28 Sep 2017 20:00:17 +0000 (13:00 -0700)
Replace "restriction" with "restrictions".
(cherry picked from commit 8d59aca4a953b097a9b02b0ecafef840e4ac5855)

Doc/reference/simple_stmts.rst

index 8786d73f68a369ce83d99a783c9bc7d0f98de2a3..8d17383853a3c4ac6e3961d147eec12137aadb38 100644 (file)
@@ -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.