Skip to content

Commit a7bcf1d

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

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
@@ -64,7 +64,7 @@ glance.
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
6666
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
67+
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
7070
imports, and there are similarly disparate approaches to minimizing the overhead.

0 commit comments

Comments
 (0)