We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16acc44 commit 0a9187bCopy full SHA for 0a9187b
README.md
@@ -99,7 +99,7 @@ detail](https://scientific-python.org/specs/spec-0001/#type-checkers).
99
100
With lazy loading, missing imports no longer fail upon loading the
101
library. During development and testing, you can set the `EAGER_IMPORT`
102
-environment variable to a value other than "0" to disable lazy loading.
+environment variable to "1" or "true" to disable lazy loading ("0" or "" enables lazy loading).
103
104
### External libraries
105
0 commit comments