mirror of https://github.com/python/cpython
Fix plural typo in documentation (GH-19799)
Co-authored-by: Alex Povel <python@alexpovel.de>
This commit is contained in:
parent
84724dd239
commit
fd33cdbd05
|
@ -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…
Reference in New Issue