diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-07-18 18:29:24 -0700 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-07-18 18:29:24 -0700 |
commit | 5fe63dce7c7a77079e8e5ebd49c2d8dc79e2d77d (patch) | |
tree | 390b18753eec311982b232f89f6bd185e0baec67 | |
parent | d9f2d50a0a5c98db15fd280a455e361369f755be (diff) | |
parent | 1797a5756695f83ad08d11eee887d0193a1f1433 (diff) | |
download | markdown-5fe63dce7c7a77079e8e5ebd49c2d8dc79e2d77d.tar.gz markdown-5fe63dce7c7a77079e8e5ebd49c2d8dc79e2d77d.tar.bz2 markdown-5fe63dce7c7a77079e8e5ebd49c2d8dc79e2d77d.zip |
Merge pull request #121 from Scorpil/patch-1
Fixed typo in docs: 'md.treepreprocessor' for 'md.treeprocessor'.
-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 0734e42..615c10c 100644 --- a/docs/extensions/api.txt +++ b/docs/extensions/api.txt @@ -388,7 +388,7 @@ accepts two arguments: * ``md.preprocessors`` * ``md.inlinePatterns`` * ``md.parser.blockprocessors`` - * ``md.treepreprocessors`` + * ``md.treeprocessors`` * ``md.postprocessors`` Some other things you may want to access in the markdown instance are: |