Skip to content
Prev Previous commit
Next Next commit
Fix html links
  • Loading branch information
erlend-aasland committed Aug 1, 2022
commit ccc8469702359b77c3c69b2bb928641b041c9d34
4 changes: 2 additions & 2 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,7 @@ Connection objects
Get a connection runtime limit.

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

:rtype: int
Expand All @@ -953,7 +953,7 @@ Connection objects
the prior value of the limit is returned.

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

:param limit:
Expand Down