[docs] Small docs wording problem in sqlite3 module docs

Sandro Tosi sandro.tosi at gmail.com
Mon Oct 31 02:44:43 CET 2011


Hello Don,
thanks for your email.

On Wed, Oct 26, 2011 at 20:15, Don Bennett <dpb at donbennett.org> wrote:
> 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" .

You're right, and it's now been fixed in
http://hg.python.org/cpython/rev/66c16de4ab9d (and others).

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


More information about the docs mailing list