Skip to content

Commit f0f2682

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

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
@@ -155,7 +155,7 @@ syntax. Import behavior is too fundamental to be left implicit or hidden behind
155155
global flags or environment variables. By marking laziness directly at the
156156
import site, the intent is immediately visible to both readers and tools. This
157157
avoids surprises, reduces the cognitive burden of reasoning about imports, and
158-
keeps the semantics in line with Python's tradition of explicitness.
158+
keeps lazy import semantics in line with Python's tradition of explicitness.
159159

160160
Another important decision is to represent lazy imports with proxy objects in
161161
the module's namespace, rather than by modifying dictionary lookup. Earlier

0 commit comments

Comments
 (0)