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 a65ba21 commit c99c1a4Copy full SHA for c99c1a4
1 file changed
Doc/reference/simple_stmts.rst
@@ -938,8 +938,7 @@ sequence of absolute module name strings. Any regular (non-``lazy``)
938
939
This provides a way to enable lazy loading for specific dependencies without
940
changing individual ``import`` statements. This is useful when supporting
941
-Python versions older than 3.15 while leveraging lazy imports on 3.15+, or
942
-when the imports are generated programmatically::
+Python versions older than 3.15 while leveraging lazy imports on 3.15+::
943
944
__lazy_modules__ = ["json", "pathlib"]
945
0 commit comments