Skip to content

Commit c99c1a4

Browse files
committed
gh-148588: Drop 'generated programmatically' aside from __lazy_modules__ docs
1 parent a65ba21 commit c99c1a4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/reference/simple_stmts.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -938,8 +938,7 @@ sequence of absolute module name strings. Any regular (non-``lazy``)
938938

939939
This provides a way to enable lazy loading for specific dependencies without
940940
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::
941+
Python versions older than 3.15 while leveraging lazy imports on 3.15+::
943942

944943
__lazy_modules__ = ["json", "pathlib"]
945944

0 commit comments

Comments
 (0)