diff options
author | Waylan Limberg <waylan@gmail.com> | 2013-09-18 18:08:35 -0700 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2013-09-18 18:08:35 -0700 |
commit | e92d7cf65e394b378cd3f9a370fb8e0761e7f62c (patch) | |
tree | 1d66bed27a938a0fa08ef9eef4ae995393153895 /docs | |
parent | 8358757f0ba297f6d4632d0fef9dd30c2754a26f (diff) | |
parent | fd6679a54b45ca8a00ef915c3942aa7132b3c772 (diff) | |
download | markdown-e92d7cf65e394b378cd3f9a370fb8e0761e7f62c.tar.gz markdown-e92d7cf65e394b378cd3f9a370fb8e0761e7f62c.tar.bz2 markdown-e92d7cf65e394b378cd3f9a370fb8e0761e7f62c.zip |
Merge pull request #247 from vhf/patch-1
Typo fix
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): |