Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 441416c

Browse filesBrowse files
authored
Fix typo in sqlite3 documentation (GH-19965)
*first* is repeated twice.
1 parent 999ec9a commit 441416c
Copy full SHA for 441416c

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Doc/library/sqlite3.rst

Copy file name to clipboardExpand all lines: Doc/library/sqlite3.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ a class like this::
928928
self.x, self.y = x, y
929929

930930
Now you want to store the point in a single SQLite column. First you'll have to
931-
choose one of the supported types first to be used for representing the point.
931+
choose one of the supported types to be used for representing the point.
932932
Let's just use str and separate the coordinates using a semicolon. Then you need
933933
to give your class a method ``__conform__(self, protocol)`` which must return
934934
the converted value. The parameter *protocol* will be :class:`PrepareProtocol`.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.