Skip to content

Commit 090a01b

Browse files
authored
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <stan@python.org> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
1 parent e0b5af4 commit 090a01b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/sys.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1485,8 +1485,8 @@ always available. Unless explicitly noted otherwise, all variables are read-only
14851485
.. data:: lazy_modules
14861486

14871487
A :class:`set` of fully-qualified module name strings that have been lazily
1488-
imported in the current interpreter but not yet reified (loaded). When a
1489-
lazily-imported module is accessed for the first time, its name is removed
1488+
imported in the current interpreter but not yet loaded. When a
1489+
lazily imported module is accessed for the first time, its name is removed
14901490
from this set.
14911491

14921492
This attribute is intended for debugging and introspection.

0 commit comments

Comments
 (0)