Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: remove redundant refs in sqlite3 docs #94667

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,6 @@ Module functions and constants
<sqlite3.Cursor object at 0x10b1fe840>


.. _sqlite3-connection-objects:

Connection Objects
------------------

Expand Down Expand Up @@ -863,8 +861,6 @@ Connection Objects
.. versionadded:: 3.11


.. _sqlite3-cursor-objects:

Cursor Objects
--------------

Expand Down Expand Up @@ -1019,8 +1015,6 @@ Cursor Objects
>>> cur.connection == con
True

.. _sqlite3-row-objects:

Row Objects
-----------

Expand Down Expand Up @@ -1085,8 +1079,6 @@ Now we plug :class:`Row` in::
35.14


.. _sqlite3-blob-objects:

Blob Objects
------------

Expand Down