We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823bdcf commit 456c427Copy full SHA for 456c427
1 file changed
lazy_loader/__init__.py
@@ -16,8 +16,8 @@ def attach(package_name, submodules=None, submod_attrs=None):
16
from .foo import someattr
17
18
The idea is to replace a package's `__getattr__`, `__dir__`, and
19
- `__all__`, such that all imports work exactly the way they did
20
- before, except that they are only imported when used.
+ `__all__`, such that all imports work exactly the way they would
+ with normal imports, except that the import occurs upon first use.
21
22
The typical way to call this function, replacing the above imports, is::
23
0 commit comments