aboutsummaryrefslogtreecommitdiffstats
path: root/markdown/extensions/footnotes.py
diff options
context:
space:
mode:
Diffstat (limited to 'markdown/extensions/footnotes.py')
-rw-r--r--markdown/extensions/footnotes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/extensions/footnotes.py b/markdown/extensions/footnotes.py
index 072c5dd..de3fc17 100644
--- a/markdown/extensions/footnotes.py
+++ b/markdown/extensions/footnotes.py
@@ -339,7 +339,7 @@ class FootnotePattern(Pattern):
class FootnotePostTreeprocessor(Treeprocessor):
- """ Ammend footnote div with duplicates. """
+ """ Amend footnote div with duplicates. """
def __init__(self, footnotes):
self.footnotes = footnotes