We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999ec9a commit 441416cCopy full SHA for 441416c
Doc/library/sqlite3.rst
@@ -928,7 +928,7 @@ a class like this::
928
self.x, self.y = x, y
929
930
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.
+choose one of the supported types to be used for representing the point.
932
Let's just use str and separate the coordinates using a semicolon. Then you need
933
to give your class a method ``__conform__(self, protocol)`` which must return
934
the converted value. The parameter *protocol* will be :class:`PrepareProtocol`.
0 commit comments