diff options
| author | Benjamin Peterson <benjamin@python.org> | 2010-06-06 02:40:38 +0000 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2010-06-06 02:40:38 +0000 |
| commit | 5c5eb3624d1ab1c8efecf492cd30f796e9691132 (patch) | |
| tree | 75cf0ca6382c22c82741b64cb99858232b1a409c | |
| parent | 3789b9790625b73cb3c92740e47620332e78c3b9 (diff) | |
| download | cpython-git-5c5eb3624d1ab1c8efecf492cd30f796e9691132.tar.gz | |
fix typo
| -rw-r--r-- | Doc/library/sqlite3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index 3db5116573..d9fe5aa180 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. |
