File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1606,7 +1606,7 @@ registering custom adapter functions.
16061606Letting your object adapt itself
16071607""""""""""""""""""""""""""""""""
16081608
1609- Suppose we have a `` Point ` ` class that represents a pair of coordinates,
1609+ Suppose we have a :class: ` ! Point ` class that represents a pair of coordinates,
16101610``x `` and ``y ``, in a Cartesian coordinate system.
16111611The coordinate pair will be stored as a text string in the database,
16121612using a semicolon to separate the coordinates.
@@ -1637,11 +1637,11 @@ values.
16371637To be able to convert *from * SQLite values *to * custom Python types,
16381638we use *converters *.
16391639
1640- Let's go back to the :class: `Point ` class. We stored the x and y coordinates
1640+ Let's go back to the :class: `! Point ` class. We stored the x and y coordinates
16411641separated via semicolons as strings in SQLite.
16421642
16431643First, we'll define a converter function that accepts the string as a parameter
1644- and constructs a :class: `Point ` object from it.
1644+ and constructs a :class: `! Point ` object from it.
16451645
16461646.. note ::
16471647
You can’t perform that action at this time.
0 commit comments