Skip to content

Commit f73d5f8

Browse files
authored
fix address example
1 parent 0d612ec commit f73d5f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/SQLObject.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,8 @@ addresses, of course::
546546

547547
Note the column ``person = ForeignKey("Person")``. This is a
548548
reference to a `Person` object. We refer to other classes by name
549-
(with a string). In the database there will be a ``person_id``
550-
column, type ``INT``, which points to the ``person`` column.
549+
(with a string). In the address table there will be a ``person_id``
550+
column, type ``INT``, which points to the ``person`` table.
551551

552552
.. note::
553553

0 commit comments

Comments
 (0)