Skip to content

Commit a792059

Browse files
committed
Fix backticks
1 parent d810d5d commit a792059

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/guides/handling-missing-extras-at-runtime.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Handling missing optional dependencies ("extras") at runtime
66

77
If your package has :ref:`optional dependencies ("extras")
88
<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.
9+
default outcome is an ordinary ``ModuleNotFoundError`` exception being raised
10+
at the first attempted import of a missing module.
1111

1212
This can make for a bad user experience, because there is no guidance about why
1313
the module is missing - users might think they've found a bug. If you're not

0 commit comments

Comments
 (0)