Fixed typo

This commit is contained in:
Simon Willison 2021-11-11 12:50:22 -08:00 committed by GitHub
commit 92aa5c9c5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.