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 0bb73b8 commit 3387f48Copy full SHA for 3387f48
1 file changed
Doc/reference/compound_stmts.rst
@@ -350,7 +350,8 @@ usage patterns to be encapsulated for convenient reuse.
350
351
The execution of the :keyword:`with` statement with one "item" proceeds as follows:
352
353
-#. The context expression is evaluated to obtain a context manager.
+#. The context expression (the expression given in the :token:`with_item`) is
354
+ evaluated to obtain a context manager.
355
356
#. The context manager's :meth:`__exit__` is loaded for later use.
357
0 commit comments