Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 641494e

Browse files
miss-islingtonMariatta
authored andcommitted
bpo-31621: Fix typo in Simple Statements documentation (GH-3809) (GH-3810)
Replace "restriction" with "restrictions". (cherry picked from commit 8d59aca)
1 parent 7d6ddb9 commit 641494e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/reference/simple_stmts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ annotation.
931931

932932
.. impl-detail::
933933

934-
The current implementation does not enforce some of these restriction, but
934+
The current implementation does not enforce some of these restrictions, but
935935
programs should not abuse this freedom, as future implementations may enforce
936936
them or silently change the meaning of the program.
937937

0 commit comments

Comments
 (0)