aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorvhf / victor felder <victorfelder@gmail.com>2013-09-09 12:33:05 +0200
committervhf / victor felder <victorfelder@gmail.com>2013-09-09 12:33:05 +0200
commitfd6679a54b45ca8a00ef915c3942aa7132b3c772 (patch)
treed5f54ada643be112ec057bdf7cb5edba6810cb4a /docs
parent07b4dcadc26ca3d906dd8572624acb306559156c (diff)
downloadmarkdown-fd6679a54b45ca8a00ef915c3942aa7132b3c772.tar.gz
markdown-fd6679a54b45ca8a00ef915c3942aa7132b3c772.tar.bz2
markdown-fd6679a54b45ca8a00ef915c3942aa7132b3c772.zip
Typo fix
Diffstat (limited to 'docs')
-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):