]> granicus.if.org Git - python/commitdiff
fix typo
authorBenjamin Peterson <benjamin@python.org>
Sun, 6 Jun 2010 02:40:38 +0000 (02:40 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 6 Jun 2010 02:40:38 +0000 (02:40 +0000)
Doc/library/sqlite3.rst

index 3db5116573292fe08f062e7a09ed73cbec766b81..d9fe5aa18085f69ed176730fc33e2ee8390765b4 100644 (file)
@@ -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.