From 9b2b5d03726bfefdcf2828af6d0e0ba2d47102bf Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Thu, 7 Jul 2022 22:18:33 +0200 Subject: [PATCH] Doc: remove redundant refs in sqlite3 docs --- Doc/library/sqlite3.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst index ad49a217d3b4a6..44e4e334ba4c05 100644 --- a/Doc/library/sqlite3.rst +++ b/Doc/library/sqlite3.rst @@ -394,8 +394,6 @@ Module functions and constants -.. _sqlite3-connection-objects: - Connection Objects ------------------ @@ -863,8 +861,6 @@ Connection Objects .. versionadded:: 3.11 -.. _sqlite3-cursor-objects: - Cursor Objects -------------- @@ -1019,8 +1015,6 @@ Cursor Objects >>> cur.connection == con True -.. _sqlite3-row-objects: - Row Objects ----------- @@ -1085,8 +1079,6 @@ Now we plug :class:`Row` in:: 35.14 -.. _sqlite3-blob-objects: - Blob Objects ------------