summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTani N-K <tani@taniwritescode.dev>2021-02-14 20:48:44 -0500
committerWaylan Limberg <waylan.limberg@icloud.com>2021-02-15 11:17:51 -0500
commit1858c1b601ead62ed49646ae0d99298f41b1a271 (patch)
treed730c8dd792c28108ce0230ac0d09f8bb4e1f035
parent79e86a9c6ee163d219a029f71eb95d209117c564 (diff)
downloadpython-markdown-1858c1b601ead62ed49646ae0d99298f41b1a271.tar.gz
Fix minor grammatical error
Corrected "shorte" to "short"
-rw-r--r--markdown/inlinepatterns.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/inlinepatterns.py b/markdown/inlinepatterns.py
index 1d0a7e1..b0621a8 100644
--- a/markdown/inlinepatterns.py
+++ b/markdown/inlinepatterns.py
@@ -829,7 +829,7 @@ class ReferenceInlineProcessor(LinkInlineProcessor):
class ShortReferenceInlineProcessor(ReferenceInlineProcessor):
- """Shorte form of reference: [google]. """
+ """Short form of reference: [google]. """
def evalId(self, data, index, text):
"""Evaluate the id from of [ref] """