mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
#11565: Fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
6905de14fe
commit
c2077b0d9b
91 changed files with 125 additions and 125 deletions
|
|
@ -314,7 +314,7 @@ class GrammarTests(unittest.TestCase):
|
|||
### simple_stmt: small_stmt (';' small_stmt)* [';']
|
||||
x = 1; pass; del x
|
||||
def foo():
|
||||
# verify statments that end with semi-colons
|
||||
# verify statements that end with semi-colons
|
||||
x = 1; pass; del x;
|
||||
foo()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue