Skip to content

Commit e92d7cf

Browse files
author
Waylan Limberg
committed
Merge pull request #247 from vhf/patch-1
Typo fix
2 parents 8358757 + fd6679a commit e92d7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensions/api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ object) and returns either that root element or a modified root element.
140140

141141
A pseudo example:
142142

143-
from markdown.treprocessors import Treeprocessor
143+
from markdown.treeprocessors import Treeprocessor
144144

145145
class MyTreeprocessor(Treeprocessor):
146146
def run(self, root):

0 commit comments

Comments
 (0)