summaryrefslogtreecommitdiffstats
path: root/Doc/library/sqlite3.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-06-06 02:40:38 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-06-06 02:40:38 (GMT)
commit5c5eb3624d1ab1c8efecf492cd30f796e9691132 (patch)
tree75cf0ca6382c22c82741b64cb99858232b1a409c /Doc/library/sqlite3.rst
parent3789b9790625b73cb3c92740e47620332e78c3b9 (diff)
downloadcpython-5c5eb3624d1ab1c8efecf492cd30f796e9691132.zip
cpython-5c5eb3624d1ab1c8efecf492cd30f796e9691132.tar.gz
cpython-5c5eb3624d1ab1c8efecf492cd30f796e9691132.tar.bz2
fix typo
Diffstat (limited to 'Doc/library/sqlite3.rst')
-rw-r--r--Doc/library/sqlite3.rst2
1 files changed, 1 insertions, 1 deletions
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 @@ 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.