Skip to content

Commit 8ea4e58

Browse files
committed
Merge pull request #40 from Bystroushaak/patch-1
Fixed typo spesific -> specific
2 parents cab9237 + fe20a1f commit 8ea4e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/maintainability/from_module_import_all_used.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The ``import`` statement should be refactored to be more specific about what fun
2727
Import the whole module
2828
.......................
2929

30-
There are some cases where making the ``import`` statement spesific is not a good solution:
30+
There are some cases where making the ``import`` statement specific is not a good solution:
3131

3232
- It may be unpractical or cumbersome to create or maintain the list of objects to be imported from a module
3333
- A direct import would bind to the same name as that of another object (e.g. from asyncio import TimeoutError)

0 commit comments

Comments
 (0)