[Python-checkins] Fix typo in Simple Statements documentation (GH-3809)

Mariatta webhook-mailer at python.org
Thu Sep 28 15:54:51 EDT 2017


https://github.com/python/cpython/commit/8d59aca4a953b097a9b02b0ecafef840e4ac5855
commit: 8d59aca4a953b097a9b02b0ecafef840e4ac5855
branch: master
author: kms70847 <kms70847 at users.noreply.github.com>
committer: Mariatta <Mariatta at users.noreply.github.com>
date: 2017-09-28T12:54:48-07:00
summary:

Fix typo in Simple Statements documentation (GH-3809)

Replace "restriction" with "restrictions".

files:
M Doc/reference/simple_stmts.rst

diff --git a/Doc/reference/simple_stmts.rst b/Doc/reference/simple_stmts.rst
index 8786d73f68a..8d17383853a 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.
 



More information about the Python-checkins mailing list