Skip to content
Prev Previous commit
Next Next commit
Revert unneeded reflow
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
Erlend Egeberg Aasland and AlexWaygood authored Aug 4, 2022
commit c4ae7faad90f148cc760e801891699e906bc82c6
5 changes: 2 additions & 3 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -916,9 +916,8 @@ Connection objects

Set a connection runtime limit.
Attempts to increase a limit above its hard upper bound are silently
truncated to the hard upper bound.
Regardless of whether or not the limit was changed,
the prior value of the limit is returned.
truncated to the hard upper bound. Regardless of whether or not the limit
was changed, the prior value of the limit is returned.

:param int category: The `SQLite limit category`_ to be set.

Expand Down