Skip to content

Commit aa9c4cf

Browse files
committed
Merge pull request realpython#428 from schodge/patch-2
fix nested markup, literal doesn't work
2 parents 7399c61 + f82061f commit aa9c4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ unwanted effects, e.g. override an existing function with the same name.
128128

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

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

0 commit comments

Comments
 (0)