Skip to content

Commit 5638e46

Browse files
authored
Merge pull request #307 from jieter/patch-1
Fix typo in docs/guide.rst
2 parents 61e9337 + 0eba471 commit 5638e46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The ``.html()`` methods has enabled all the features you might want
1212
by default:
1313

1414
* No escape of HTML tags
15-
* With **strikethough** plugin
15+
* With **strikethrough** plugin
1616
* With **table** plugin
1717
* With **footnote** plugin
1818

@@ -46,7 +46,7 @@ Adding plugins::
4646
# ==>
4747
'<p>~~s~~</p>'
4848

49-
markdown = mistune.create_markdown(plugins=['strikethough'])
49+
markdown = mistune.create_markdown(plugins=['strikethrough'])
5050
markdown('~~s~~')
5151
# ==>
5252
'<p><del>s</del></p>'

0 commit comments

Comments
 (0)