aboutsummaryrefslogtreecommitdiffstats
path: root/docs/extensions
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2012-07-18 18:29:24 -0700
committerWaylan Limberg <waylan@gmail.com>2012-07-18 18:29:24 -0700
commit5fe63dce7c7a77079e8e5ebd49c2d8dc79e2d77d (patch)
tree390b18753eec311982b232f89f6bd185e0baec67 /docs/extensions
parentd9f2d50a0a5c98db15fd280a455e361369f755be (diff)
parent1797a5756695f83ad08d11eee887d0193a1f1433 (diff)
downloadmarkdown-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'.
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 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: