mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Fixed typo
This commit is contained in:
parent
fda4dad23a
commit
92aa5c9c5d
1 changed files with 1 additions and 1 deletions
|
|
@ -2694,7 +2694,7 @@ class Table(Queryable):
|
|||
set up a unique constraint on the ``name`` column to guarantee it will not
|
||||
contain duplicate rows.
|
||||
|
||||
It well then inserts a new row with the ``name`` set to ``Palm`` and return the
|
||||
It will then insert a new row with the ``name`` set to ``Palm`` and return the
|
||||
new integer primary key value.
|
||||
|
||||
See :ref:`python_api_lookup_tables` for more details.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue