summaryrefslogtreecommitdiff
path: root/markdown/treeprocessors.py
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng@cpan.org>2022-04-02 17:16:10 +0800
committerWaylan Limberg <waylan.limberg@icloud.com>2022-04-10 15:13:22 -0400
commitf6ca75429562cfa7df333b3529838679e4bfd443 (patch)
treefa2ec9f694d39c96662ebaf2f6e67fcb2e4c51f0 /markdown/treeprocessors.py
parent383de86c64101b8d14768d9a247c9efc97d703bd (diff)
downloadpython-markdown-f6ca75429562cfa7df333b3529838679e4bfd443.tar.gz
Fix typos and remove trailing spaces
Diffstat (limited to 'markdown/treeprocessors.py')
-rw-r--r--markdown/treeprocessors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/treeprocessors.py b/markdown/treeprocessors.py
index eb6bf41..a475fde 100644
--- a/markdown/treeprocessors.py
+++ b/markdown/treeprocessors.py
@@ -331,7 +331,7 @@ class InlineProcessor(Treeprocessor):
Iterate over ElementTree, find elements with inline tag, apply inline
patterns and append newly created Elements to tree. If you don't
- want to process your data with inline paterns, instead of normal
+ want to process your data with inline patterns, instead of normal
string, use subclass AtomicString:
node.text = markdown.AtomicString("This will not be processed.")