diff options
| author | Magnus Hagander | 2022-06-20 19:12:27 +0000 |
|---|---|---|
| committer | Magnus Hagander | 2022-06-20 19:12:27 +0000 |
| commit | a484c9fd6bceec4184171ba404ea720a967f85b7 (patch) | |
| tree | aecca819cd00d0eaebc781475e1160543aa6d720 /tools/docs | |
| parent | c234a6a65419f55d7eb8730b5eff04279b927c60 (diff) | |
Fix typo in comment
Diffstat (limited to 'tools/docs')
| -rwxr-xr-x | tools/docs/docload.py | 2 |
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, }) |
