mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Fix small grammar mistake.
This commit is contained in:
parent
a710fdae1c
commit
60e602dcc6
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ Glossary
|
|||
|
||||
statement
|
||||
A statement is part of a suite (a "block" of code). A statement is either
|
||||
an :term:`expression` or a one of several constructs with a keyword, such
|
||||
an :term:`expression` or one of several constructs with a keyword, such
|
||||
as :keyword:`if`, :keyword:`while` or :keyword:`for`.
|
||||
|
||||
struct sequence
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue