[Python-checkins] r81780 - python/branches/py3k/Doc/library/sqlite3.rst

benjamin.peterson python-checkins at python.org
Sun Jun 6 04:40:38 CEST 2010


Author: benjamin.peterson
Date: Sun Jun  6 04:40:38 2010
New Revision: 81780

Log:
fix typo

Modified:
   python/branches/py3k/Doc/library/sqlite3.rst

Modified: python/branches/py3k/Doc/library/sqlite3.rst
==============================================================================
--- python/branches/py3k/Doc/library/sqlite3.rst	(original)
+++ python/branches/py3k/Doc/library/sqlite3.rst	Sun Jun  6 04:40:38 2010
@@ -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.
 
 


More information about the Python-checkins mailing list