summaryrefslogtreecommitdiff
path: root/tools/docs
diff options
context:
space:
mode:
authorMagnus Hagander2022-06-20 19:12:27 +0000
committerMagnus Hagander2022-06-20 19:12:27 +0000
commita484c9fd6bceec4184171ba404ea720a967f85b7 (patch)
treeaecca819cd00d0eaebc781475e1160543aa6d720 /tools/docs
parentc234a6a65419f55d7eb8730b5eff04279b927c60 (diff)
Fix typo in comment
Diffstat (limited to 'tools/docs')
-rwxr-xr-xtools/docs/docload.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docs/docload.py b/tools/docs/docload.py
index 3b63f190..fa407263 100755
--- a/tools/docs/docload.py
+++ b/tools/docs/docload.py
@@ -221,7 +221,7 @@ if curs.rowcount != pagecount:
numchanges = 0
# If the previous step succeeded, delete all the documentation for the specified version
-# and insert into / updatethe doc table the content that was loaded into the temporary table
+# and insert into / update the doc table the content that was loaded into the temporary table
curs.execute("DELETE FROM docs WHERE version=%(version)s AND NOT EXISTS (SELECT 1 FROM docsload WHERE docsload.file=docs.file)", {
'version': ver,
})