Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/writing/structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ unwanted effects, e.g. override an existing function with the same name.

It is possible to simulate the more standard behavior by using a special syntax
of the import statement: ``from modu import *``. This is generally considered bad
practice. **Using ``import *`` makes code harder to read and makes dependencies less
practice. **Using** ``import *`` **makes code harder to read and makes dependencies less
compartmentalized**.

Using ``from modu import func`` is a way to pinpoint the function you want to
Expand Down