Skip to content

Commit ac83339

Browse files
committed
Remove hyphen per review
1 parent ea2213b commit ac83339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ are always available. They are listed here in alphabetical order.
569569
:ref:`comprehensions <comprehensions>`, and :term:`generator expressions
570570
<generator expression>`, which create an inner scope of their own.
571571
The action of an assignment expression (see :pep:`572`) also
572-
depends on scope information determined at compile-time.
572+
depends on scope information determined at compile time.
573573

574574
Interaction between these expressions and :func:`eval` can be explicitly
575575
controlled by the arguments *globals* and *locals* in the aforementioned manner.

0 commit comments

Comments
 (0)