Merge pull request #428 from schodge/patch-2

fix nested markup, literal doesn't work
This commit is contained in:
Ian Cordasco
2014-05-09 22:17:39 -05:00
+1 -1
View File
@@ -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