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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c5eb3624d1ab1c8efecf492cd30f796e9691132;p=python fix typo --- diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 3db5116573..d9fe5aa180 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.