aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions/api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/extensions/api.txt')
-rw-r--r--docs/extensions/api.txt2
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):