aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2013-09-18 18:08:35 -0700
committerWaylan Limberg <waylan@gmail.com>2013-09-18 18:08:35 -0700
commite92d7cf65e394b378cd3f9a370fb8e0761e7f62c (patch)
tree1d66bed27a938a0fa08ef9eef4ae995393153895 /docs/extensions
parent8358757f0ba297f6d4632d0fef9dd30c2754a26f (diff)
parentfd6679a54b45ca8a00ef915c3942aa7132b3c772 (diff)
downloadmarkdown-e92d7cf65e394b378cd3f9a370fb8e0761e7f62c.tar.gz
markdown-e92d7cf65e394b378cd3f9a370fb8e0761e7f62c.tar.bz2
markdown-e92d7cf65e394b378cd3f9a370fb8e0761e7f62c.zip
Merge pull request #247 from vhf/patch-1
Typo fix
Diffstat (limited to 'docs/extensions')
-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):