We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ac558 commit f29c65dCopy full SHA for f29c65d
lazy_loader/__init__.py
@@ -146,13 +146,12 @@ def myfunc():
146
147
Warning
148
-------
149
-
150
- While lazily loading subpackages technically works, it causes the
+ While lazily loading *sub*packages technically works, it causes the
151
package (that contains the subpackage) to be eagerly loaded even
152
if the package is already lazily loaded.
153
So, you probably shouldn't use subpackages with this `load` feature.
154
Instead you should encourage the package maintainers to use the
155
- lazy_loader `attach` feature to make their subpackages lazily load.
+ `lazy_loader.attach` to make their subpackages load lazily.
156
157
Parameters
158
----------
0 commit comments