Skip to content

Commit

Permalink
pythongh-94635: Fixup sqlite3 'Introduction' seealso note (pythonGH-9…
Browse files Browse the repository at this point in the history
…5751)

In pythongh-95269, the seealso note incorrectly ended up in
the 'Tutorial' section.
(cherry picked from commit 56af5a2)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
  • Loading branch information
erlend-aasland authored and miss-islington committed Aug 6, 2022
1 parent f05a0f4 commit bc4e81f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,18 @@ This document includes four main sections:
* :ref:`sqlite3-explanation` provides in-depth background on
transaction control.

.. seealso::

https://www.sqlite.org
The SQLite web page; the documentation describes the syntax and the
available data types for the supported SQL dialect.

https://www.w3schools.com/sql/
Tutorial, reference and examples for learning SQL syntax.

:pep:`249` - Database API Specification 2.0
PEP written by Marc-André Lemburg.


.. _sqlite3-tutorial:

Expand Down Expand Up @@ -114,18 +126,6 @@ You've now created an SQLite database using the :mod:`!sqlite3` module.

.. _SQL injection attacks: https://en.wikipedia.org/wiki/SQL_injection

.. seealso::

https://www.sqlite.org
The SQLite web page; the documentation describes the syntax and the
available data types for the supported SQL dialect.

https://www.w3schools.com/sql/
Tutorial, reference and examples for learning SQL syntax.

:pep:`249` - Database API Specification 2.0
PEP written by Marc-André Lemburg.


.. _sqlite3-reference:

Expand Down

0 comments on commit bc4e81f

Please sign in to comment.