From: kms70847 Date: Thu, 28 Sep 2017 19:54:48 +0000 (-0400) Subject: Fix typo in Simple Statements documentation (GH-3809) X-Git-Tag: v3.7.0a2~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d59aca4a953b097a9b02b0ecafef840e4ac5855;p=thirdparty%2FPython%2Fcpython.git Fix typo in Simple Statements documentation (GH-3809) Replace "restriction" with "restrictions". --- diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst index 8786d73f68a3..8d17383853a3 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.