Skip to content

Commit 5489c45

Browse files
committed
Update docs
1 parent 33cb091 commit 5489c45

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

Doc/library/sqlite3.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1418,8 +1418,7 @@ Connection objects
14181418
See :ref:`sqlite3-howto-row-factory` for more details.
14191419

14201420
.. versionchanged:: next
1421-
Deleting the ``row_factory`` attribute is no longer allowed and raises
1422-
:exc:`AttributeError`.
1421+
Deleting the ``row_factory`` attribute is no longer allowed.
14231422

14241423
.. attribute:: text_factory
14251424

@@ -1431,8 +1430,7 @@ Connection objects
14311430
See :ref:`sqlite3-howto-encoding` for more details.
14321431

14331432
.. versionchanged:: next
1434-
Deleting the ``text_factory`` attribute is no longer allowed and raises
1435-
:exc:`AttributeError`.
1433+
Deleting the ``text_factory`` attribute is no longer allowed.
14361434

14371435
.. attribute:: total_changes
14381436

@@ -1718,8 +1716,7 @@ Cursor objects
17181716
See :ref:`sqlite3-howto-row-factory` for more details.
17191717

17201718
.. versionchanged:: next
1721-
Deleting the ``row_factory`` attribute is no longer allowed and raises
1722-
:exc:`AttributeError`.
1719+
Deleting the ``row_factory`` attribute is no longer allowed.
17231720

17241721

17251722
.. The sqlite3.Row example used to be a how-to. It has now been incorporated

0 commit comments

Comments
 (0)