File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ glance.
6464The standard library provides the :class: `~importlib.util.LazyLoader ` class to solve some of these inefficiency
6565problems. It permits imports at the module level to work *mostly * like inline
6666imports 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
6868third-party `lazy_loader <https://pypi.org/project/lazy-loader/ >`_ package.
6969Imports used solely for static type checking are another source of potentially unneeded
7070imports, and there are similarly disparate approaches to minimizing the overhead.
You can’t perform that action at this time.
0 commit comments