summaryrefslogtreecommitdiff
path: root/src/lxml/html
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-03-18 09:32:59 +0100
committerStefan Behnel <stefan_ml@behnel.de>2017-03-18 09:32:59 +0100
commit2802687228fd26c0d87d3aba76fb16570d448a25 (patch)
treedc593d7ab640b42df46899cc37097635a08830e4 /src/lxml/html
parentfd9cf961fdf94ce3f2c70c6e45e314c2ded8cf8e (diff)
downloadpython-lxml-2802687228fd26c0d87d3aba76fb16570d448a25.tar.gz
fix spelling mistakes originally found by scop in GH#230
Diffstat (limited to 'src/lxml/html')
-rw-r--r--src/lxml/html/diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lxml/html/diff.py b/src/lxml/html/diff.py
index c6a62c67..3126d965 100644
--- a/src/lxml/html/diff.py
+++ b/src/lxml/html/diff.py
@@ -382,7 +382,7 @@ def locate_unbalanced_start(unbalanced_start, pre_delete, post_delete):
"""
while 1:
if not unbalanced_start:
- # We have totally succeded in finding the position
+ # We have totally succeeded in finding the position
break
finding = unbalanced_start[0]
finding_name = finding.split()[0].strip('<>')