Skip to content

Commit f345280

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

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
@@ -55,7 +55,7 @@ and can be subverted by a single inadvertent top-level import.
5555
Additionally, it obfuscates the full set of dependencies for a module. Analysis
5656
of the Python standard library shows that approximately 17% of all imports outside
5757
tests (nearly 3500 total imports across 730 files) are already placed inside
58-
functions, classes, or methods specifically to defer their execution. This
58+
functions or methods specifically to defer their execution. This
5959
demonstrates that developers are already manually implementing lazy imports in
6060
performance-sensitive code, but doing so requires scattering imports throughout
6161
the codebase and makes the full dependency graph harder to understand at a

0 commit comments

Comments
 (0)