mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #428 from schodge/patch-2
fix nested markup, literal doesn't work
This commit is contained in:
@@ -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
|
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
|
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**.
|
compartmentalized**.
|
||||||
|
|
||||||
Using ``from modu import func`` is a way to pinpoint the function you want to
|
Using ``from modu import func`` is a way to pinpoint the function you want to
|
||||||
|
|||||||
Reference in New Issue
Block a user