Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84724dd commit fd33cdbCopy full SHA for fd33cdb
1 file changed
Doc/faq/design.rst
@@ -651,7 +651,7 @@ Why doesn't Python have a "with" statement for attribute assignments?
651
---------------------------------------------------------------------
652
653
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
+on the entrance and exit from the block. Some languages have a construct that
655
looks like this::
656
657
with obj:
0 commit comments