diff options
Diffstat (limited to 'docs/extensions/api.txt')
-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 8886b8f..be107db 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: |