commit | 5c5eb3624d1ab1c8efecf492cd30f796e9691132 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sun Jun 06 02:40:38 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sun Jun 06 02:40:38 2010 +0000 |
tree | 75cf0ca6382c22c82741b64cb99858232b1a409c | |
parent | 3789b9790625b73cb3c92740e47620332e78c3b9 [diff] [blame] |
fix typo
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 3db5116..d9fe5aa 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst
@@ -231,7 +231,7 @@ .. 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.