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 d810d5d commit a792059Copy full SHA for a792059
source/guides/handling-missing-extras-at-runtime.rst
@@ -6,8 +6,8 @@ Handling missing optional dependencies ("extras") at runtime
6
7
If your package has :ref:`optional dependencies ("extras")
8
<metadata_provides_extra>` which the package consumer hasn't installed, the
9
-default outcome is an ordinary `ModuleNotFoundError` exception being raised at
10
-the first attempted import of a missing module.
+default outcome is an ordinary ``ModuleNotFoundError`` exception being raised
+at the first attempted import of a missing module.
11
12
This can make for a bad user experience, because there is no guidance about why
13
the module is missing - users might think they've found a bug. If you're not
0 commit comments