summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKian Meng, Ang <kianmeng.ang@gmail.com>2022-01-02 19:54:11 +0800
committerGitHub <noreply@github.com>2022-01-02 12:54:11 +0100
commit4eff06df2f25e07e7b46954bd2bd02920b470cf9 (patch)
tree38898c9c7b6641213278ca56c0b18576cefe64c0 /src
parent17c30e84fa7ebd5fb14da8f5884507d80902797f (diff)
downloadpython-lxml-4eff06df2f25e07e7b46954bd2bd02920b470cf9.tar.gz
Fix typos (GH-334)
Diffstat (limited to 'src')
-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 5d143bd2..39bec78e 100644
--- a/src/lxml/html/diff.py
+++ b/src/lxml/html/diff.py
@@ -251,7 +251,7 @@ def merge_insert(ins_chunks, doc):
doc.append('</ins> ')
doc.extend(unbalanced_end)
-# These are sentinals to represent the start and end of a <del>
+# These are sentinels to represent the start and end of a <del>
# segment, until we do the cleanup phase to turn them into proper
# markup:
class DEL_START: