From: Benjamin Peterson Date: Sun, 6 Jun 2010 02:40:38 +0000 (+0000) Subject: fix typo X-Git-Tag: v3.2a1~619 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c5eb3624d1ab1c8efecf492cd30f796e9691132;p=thirdparty%2FPython%2Fcpython.git fix typo --- diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 3db511657329..d9fe5aa18085 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -231,7 +231,7 @@ Connection Objects .. versionadded:: 3.2 - :cont:`True` if a transaction is active (there are uncommitted changes), + :const:`True` if a transaction is active (there are uncommitted changes), :const:`False` otherwise. Read-only attribute.