Skip to content

Commit c0a7bd9

Browse files
committed
Make language clearer in intro
1 parent 8d0a4f1 commit c0a7bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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
1414
careful, it can even make your package unusable without the extras installed,
1515
e.g. if your package is a library that imports the affected modules from the
16-
top-level module or from the application entry point if it's an application.
16+
top-level module or if it's an application that imports them unconditionally.
1717

1818
As of the time of writing, there is no *great* way to handle this issue in
1919
the Python packaging ecosystem, but there are a few options that might be

0 commit comments

Comments
 (0)