Skip to content

Commit 23086bf

Browse files
authored
Fix typo in pep-0810.rst
1 parent 3b8bf7c commit 23086bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0810.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ When an import is lazy, ``__lazy_import__`` is called instead of
374374
``__import__``. It adds the module name to ``sys.lazy_modules``, a set of
375375
fully-qualified module names which have been lazily imported at some point
376376
(primarily for diagnostics and introspection), and returns a
377-
:class:`!types.LazyImportType`` object for the module.
377+
:class:`!types.LazyImportType` object for the module.
378378

379379
The implementation of ``from ... import`` (the ``IMPORT_FROM`` bytecode
380380
implementation) checks if the module it's fetching from is a lazy module

0 commit comments

Comments
 (0)