]> granicus.if.org Git - python/commitdiff
Fix typo in Simple Statements documentation (GH-3809)
authorkms70847 <kms70847@users.noreply.github.com>
Thu, 28 Sep 2017 19:54:48 +0000 (15:54 -0400)
committerMariatta <Mariatta@users.noreply.github.com>
Thu, 28 Sep 2017 19:54:48 +0000 (12:54 -0700)
Replace "restriction" with "restrictions".

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.