We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f345280 commit df5fb2aCopy full SHA for df5fb2a
peps/pep-0810.rst
@@ -63,7 +63,7 @@ glance.
63
64
The standard library provides the :class:`~importlib.util.LazyLoader` class to solve some of these inefficiency
65
problems. It permits imports at the module level to work *mostly* like inline
66
-imports do. Scientific Python libraries have adopted a similar pattern, formalized
+imports do. Many scientific Python libraries have adopted a similar pattern, formalized
67
in `SPEC 1 <https://scientific-python.org/specs/spec-0001/>`_. There's also the
68
third-party `lazy_loader <https://pypi.org/project/lazy-loader/>`_ package.
69
Imports used solely for static type checking are another source of potentially unneeded
0 commit comments