[docs] Small docs wording problem in sqlite3 module docs

Don Bennett dpb at donbennett.org
Wed Oct 26 20:15:16 CEST 2011


On the page:
http://docs.python.org/library/sqlite3.html#module-sqlite3
in section 11.13.7.3,
It says:

# con.rollback() is called after the with block finishes with an
exception, the# exception is still raised and must be catched

The phrase "and must be catched" should be changed to "and must be caught" .

Thanks, -Don
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20111026/58465846/attachment.html>


More information about the docs mailing list