From 5c5eb3624d1ab1c8efecf492cd30f796e9691132 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 6 Jun 2010 02:40:38 +0000 Subject: [PATCH] fix typo --- Doc/library/sqlite3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 3db51165732..d9fe5aa1808 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.