diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2017-03-18 09:32:59 +0100 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2017-03-18 09:32:59 +0100 |
| commit | 2802687228fd26c0d87d3aba76fb16570d448a25 (patch) | |
| tree | dc593d7ab640b42df46899cc37097635a08830e4 /src/lxml/html | |
| parent | fd9cf961fdf94ce3f2c70c6e45e314c2ded8cf8e (diff) | |
| download | python-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.py | 2 |
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('<>') |
