Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fd33cdb

Browse files
alexpovelAlex Povel
andauthored
Fix plural typo in documentation (GH-19799)
Co-authored-by: Alex Povel <[email protected]>
1 parent 84724dd commit fd33cdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/faq/design.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ Why doesn't Python have a "with" statement for attribute assignments?
651651
---------------------------------------------------------------------
652652

653653
Python has a 'with' statement that wraps the execution of a block, calling code
654-
on the entrance and exit from the block. Some language have a construct that
654+
on the entrance and exit from the block. Some languages have a construct that
655655
looks like this::
656656

657657
with obj:

0 commit comments

Comments
 (0)