Issue 1618083: missing word in "sqlite3-Module-Contents"-documentation? (original) (raw)

Issue1618083

Created on 2006-12-18 14:39 by lgvienna, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg30825 - (view) Author: lgvienna (lgvienna) Date: 2006-12-18 14:39
http://docs.python.org/lib/sqlite3-Module-Contents.html "complete_statement(sql) Returns True if the string sql one or more complete SQL statements terminated by semicolons." is there something like "contains" missing? hope this helps.
msg30826 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2006-12-18 17:13
Thanks for pointing this out! Fixed in rev. 53048 on the trunk and rev. 53049 on the 25-maint branch.
History
Date User Action Args
2022-04-11 14:56:21 admin set github: 44358
2006-12-18 14:39:35 lgvienna create