Skip to content

Commit 0baf5b1

Browse files
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent d1a47e1 commit 0baf5b1

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
@@ -1484,7 +1484,7 @@ always available. Unless explicitly noted otherwise, all variables are read-only
14841484

14851485
.. data:: lazy_modules
14861486

1487-
A :class:`set` of fully-qualified module name strings that have been lazily
1487+
A :class:`set` of fully qualified module name strings that have been lazily
14881488
imported in the current interpreter but not yet loaded. When a
14891489
lazily imported module is accessed for the first time, its name is removed
14901490
from this set.
@@ -1493,7 +1493,7 @@ always available. Unless explicitly noted otherwise, all variables are read-only
14931493

14941494
See also :func:`set_lazy_imports` and :pep:`810`.
14951495

1496-
.. versionadded:: next
1496+
.. versionadded:: 3.15
14971497

14981498

14991499
.. data:: maxsize

0 commit comments

Comments
 (0)