Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88cae1c

Browse files
gh-94635: Fixup sqlite3 'Introduction' seealso note (GH-95751) (#95752)
In gh-95269, the seealso note incorrectly ended up in the 'Tutorial' section. (cherry picked from commit 56af5a2) Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent d7a6a97 commit 88cae1c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Doc/library/sqlite3.rst

+12-12
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@ This document includes four main sections:
3434
* :ref:`sqlite3-explanation` provides in-depth background on
3535
transaction control.
3636

37+
.. seealso::
38+
39+
https://www.sqlite.org
40+
The SQLite web page; the documentation describes the syntax and the
41+
available data types for the supported SQL dialect.
42+
43+
https://www.w3schools.com/sql/
44+
Tutorial, reference and examples for learning SQL syntax.
45+
46+
:pep:`249` - Database API Specification 2.0
47+
PEP written by Marc-André Lemburg.
48+
3749

3850
.. _sqlite3-tutorial:
3951

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

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

117-
.. seealso::
118-
119-
https://www.sqlite.org
120-
The SQLite web page; the documentation describes the syntax and the
121-
available data types for the supported SQL dialect.
122-
123-
https://www.w3schools.com/sql/
124-
Tutorial, reference and examples for learning SQL syntax.
125-
126-
:pep:`249` - Database API Specification 2.0
127-
PEP written by Marc-André Lemburg.
128-
129129

130130
.. _sqlite3-reference:
131131

0 commit comments

Comments
 (0)