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 ea2213b commit ac83339Copy full SHA for ac83339
Doc/library/functions.rst
@@ -569,7 +569,7 @@ are always available. They are listed here in alphabetical order.
569
:ref:`comprehensions <comprehensions>`, and :term:`generator expressions
570
<generator expression>`, which create an inner scope of their own.
571
The action of an assignment expression (see :pep:`572`) also
572
- depends on scope information determined at compile-time.
+ depends on scope information determined at compile time.
573
574
Interaction between these expressions and :func:`eval` can be explicitly
575
controlled by the arguments *globals* and *locals* in the aforementioned manner.
0 commit comments