Fix plural typo in documentation (GH-19799)

Co-authored-by: Alex Povel <python@alexpovel.de>
This commit is contained in:
Alex Povel 2020-04-30 00:17:12 +02:00 committed by GitHub
parent 84724dd239
commit fd33cdbd05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: