Skip to content

Commit

Permalink
Fix plural typo in documentation (pythonGH-19799)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Povel <[email protected]>
  • Loading branch information
alexpovel and Alex Povel authored Apr 29, 2020
1 parent 84724dd commit fd33cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/faq/design.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fd33cdb

Please sign in to comment.