Skip to content

Commit 9600875

Browse files
Yhg1sAA-Turner
andauthored
Update peps/pep-0810.rst
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent dcf07a6 commit 9600875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0810.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ with the ``lazy`` keyword, and it does not cascade recursively into other
8282
imports. This ensures that developers can reason about the effect of laziness
8383
by looking only at the line of code in front of them, without worrying about
8484
whether imported modules will themselves behave differently. A ``lazy import``
85-
is an isolated decision in a single module, not a global shift in semantics.
85+
is an isolated decision each time it is used, not a global shift in semantics.
8686

8787
The semantics are **explicit**. When a name is imported lazily, the binding
8888
is created in the importing module immediately, but the target module is not

0 commit comments

Comments
 (0)