mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Fix plural typo in documentation (GH-19799)
Co-authored-by: Alex Povel <python@alexpovel.de>
This commit is contained in:
parent
84724dd239
commit
fd33cdbd05
1 changed files with 1 additions and 1 deletions
|
|
@ -651,7 +651,7 @@ Why doesn't Python have a "with" statement for attribute assignments?
|
|||
---------------------------------------------------------------------
|
||||
|
||||
Python has a 'with' statement that wraps the execution of a block, calling code
|
||||
on the entrance and exit from the block. Some language have a construct that
|
||||
on the entrance and exit from the block. Some languages have a construct that
|
||||
looks like this::
|
||||
|
||||
with obj:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue