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 ------------