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.
2 parents cab9237 + fe20a1f commit 8ea4e58Copy full SHA for 8ea4e58
docs/maintainability/from_module_import_all_used.rst
@@ -27,7 +27,7 @@ The ``import`` statement should be refactored to be more specific about what fun
27
Import the whole module
28
.......................
29
30
-There are some cases where making the ``import`` statement spesific is not a good solution:
+There are some cases where making the ``import`` statement specific is not a good solution:
31
32
- It may be unpractical or cumbersome to create or maintain the list of objects to be imported from a module
33
- A direct import would bind to the same name as that of another object (e.g. from asyncio import TimeoutError)
0 commit comments