Skip to content

Commit 0a9187b

Browse files
authored
Update README.md
1 parent 16acc44 commit 0a9187b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ detail](https://scientific-python.org/specs/spec-0001/#type-checkers).
9999

100100
With lazy loading, missing imports no longer fail upon loading the
101101
library. During development and testing, you can set the `EAGER_IMPORT`
102-
environment variable to a value other than "0" to disable lazy loading.
102+
environment variable to "1" or "true" to disable lazy loading ("0" or "" enables lazy loading).
103103

104104
### External libraries
105105

0 commit comments

Comments
 (0)