Skip to content

Commit 5ef2d72

Browse files
Add missing semicolon to seealso
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent fc2e957 commit 5ef2d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/sqlite3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1366,7 +1366,7 @@ Connection objects
13661366
Changing :attr:`!autocommit` to ``False`` will open a new transaction,
13671367
and changing it to ``True`` will commit any pending transaction.
13681368

1369-
.. seealso:
1369+
.. seealso::
13701370

13711371
* :ref:`sqlite3-transaction-control-autocommit`
13721372
* :ref:`sqlite3-howto-pragma-in-transaction`

0 commit comments

Comments
 (0)