File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1274,7 +1274,7 @@ registering custom adapter functions.
12741274Letting your object adapt itself
12751275""""""""""""""""""""""""""""""""
12761276
1277- Suppose we have a `` Point ` ` class that represents a pair of coordinates,
1277+ Suppose we have a :class: ` ! Point ` class that represents a pair of coordinates,
12781278``x `` and ``y ``, in a Cartesian coordinate system.
12791279The coordinate pair will be stored as a text string in the database,
12801280using a semicolon to separate the coordinates.
@@ -1305,11 +1305,11 @@ values.
13051305To be able to convert *from * SQLite values *to * custom Python types,
13061306we use *converters *.
13071307
1308- Let's go back to the :class: `Point ` class. We stored the x and y coordinates
1308+ Let's go back to the :class: `! Point ` class. We stored the x and y coordinates
13091309separated via semicolons as strings in SQLite.
13101310
13111311First, we'll define a converter function that accepts the string as a parameter
1312- and constructs a :class: `Point ` object from it.
1312+ and constructs a :class: `! Point ` object from it.
13131313
13141314.. note ::
13151315
You can’t perform that action at this time.
0 commit comments