Skip to content

Commit 1858c1b

Browse files
NotTaniwaylan
authored andcommitted
Fix minor grammatical error
Corrected "shorte" to "short"
1 parent 79e86a9 commit 1858c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown/inlinepatterns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ def makeTag(self, href, title, text):
829829

830830

831831
class ShortReferenceInlineProcessor(ReferenceInlineProcessor):
832-
"""Shorte form of reference: [google]. """
832+
"""Short form of reference: [google]. """
833833
def evalId(self, data, index, text):
834834
"""Evaluate the id from of [ref] """
835835

0 commit comments

Comments
 (0)