summaryrefslogtreecommitdiff
path: root/markdown/htmlparser.py
diff options
context:
space:
mode:
Diffstat (limited to 'markdown/htmlparser.py')
-rw-r--r--markdown/htmlparser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown/htmlparser.py b/markdown/htmlparser.py
index c08856a..7ca858e 100644
--- a/markdown/htmlparser.py
+++ b/markdown/htmlparser.py
@@ -113,7 +113,7 @@ class HTMLExtractor(htmlparser.HTMLParser):
return m.end()
else: # pragma: no cover
# Value of self.lineno must exceed total number of lines.
- # Find index of begining of last line.
+ # Find index of beginning of last line.
return self.rawdata.rfind('\n')
return 0