fix nested markup, literal doesn't work

Inline markup can't be nested, see http://docutils.sourceforge.net/docs/user/rst/quickref.html#inline-markup, last sentence.
This commit is contained in:
Shayne Hodge
2014-05-09 15:41:52 -07:00
parent 77ead1e837
commit f82061f7fc
+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