Skip to content

Commit df5fb2a

Browse files
Yhg1sAA-Turner
andauthored
Update peps/pep-0810.rst
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent f345280 commit df5fb2a

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
@@ -63,7 +63,7 @@ glance.
6363

6464
The standard library provides the :class:`~importlib.util.LazyLoader` class to solve some of these inefficiency
6565
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
66+
imports do. Many scientific Python libraries have adopted a similar pattern, formalized
6767
in `SPEC 1 <https://scientific-python.org/specs/spec-0001/>`_. There's also the
6868
third-party `lazy_loader <https://pypi.org/project/lazy-loader/>`_ package.
6969
Imports used solely for static type checking are another source of potentially unneeded

0 commit comments

Comments
 (0)