Skip to content

Commit b6e14eb

Browse files
committed
gh-148588: Drop 'optional' from __lazy_modules__ iterable description
1 parent e86de6b commit b6e14eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/datamodel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ the following writable attributes:
11241124

11251125
.. attribute:: module.__lazy_modules__
11261126

1127-
An optional :term:`iterable` of fully qualified module name strings. When defined
1127+
An :term:`iterable` of fully qualified module name strings. When defined
11281128
at module scope, any regular :keyword:`import` statement in that module whose
11291129
target module name appears in this iterable is treated as a
11301130
:ref:`lazy import <lazy-imports>`, as if the :keyword:`lazy` keyword had

0 commit comments

Comments
 (0)