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 06930e2 commit 783e9deCopy full SHA for 783e9de
README.md
@@ -122,7 +122,7 @@ linalg = lazy.load('scipy.linalg', error_on_import=True)
122
#### Optional requirements
123
124
One use for lazy loading is for loading optional dependencies, with
125
-errors only arising when optional functionality is accessed. If optional
+`ImportErrors` only arising when optional functionality is accessed. If optional
126
functionality depends on a specific version, a version requirement can
127
be set:
128
0 commit comments