Skip to content

Commit

Permalink
Fix sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Aug 2, 2023
1 parent ecc24e6 commit abe3737
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions spec-0001/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,12 @@ eig(...)
Python 3.7, with [PEP 562](https://www.python.org/dev/peps/pep-0562/), introduces the ability to override module `__getattr__` and `__dir__`.
In combination, these features make it possible to again provide access to submodules, but without incurring performance penalties.

To make it easier for projects to implement lazy loading of submodules and functions, we provide a utility
library, called `lazy_loader` that is described below.

### lazy_loader
### `lazy_loader`

Lazy loading is implemented at
To make it easier for projects to implement lazy loading of submodules and functions, we provide a utility
library, called `lazy_loader`. It is implemented at
https://github.com/scientific-python/lazy_loader and is
pip-installable as
[lazy_loader](https://pypi.org/project/lazy_loader/).
installable from [pypi](https://pypi.org/project/lazy_loader/) and [conda-forge](https://anaconda.org/conda-forge/lazy_loader).

#### Usage

Expand Down

0 comments on commit abe3737

Please sign in to comment.