diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/extensions/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/extensions/api.txt b/docs/extensions/api.txt index 74f0bcf..ef256b8 100644 --- a/docs/extensions/api.txt +++ b/docs/extensions/api.txt @@ -140,7 +140,7 @@ object) and returns either that root element or a modified root element. A pseudo example: - from markdown.treprocessors import Treeprocessor + from markdown.treeprocessors import Treeprocessor class MyTreeprocessor(Treeprocessor): def run(self, root): |