Skip to content

Commit 92aa5c9

Browse files
authored
Fixed typo
1 parent fda4dad commit 92aa5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite_utils/db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2694,7 +2694,7 @@ def lookup(self, column_values: Dict[str, Any]):
26942694
set up a unique constraint on the ``name`` column to guarantee it will not
26952695
contain duplicate rows.
26962696
2697-
It well then inserts a new row with the ``name`` set to ``Palm`` and return the
2697+
It will then insert a new row with the ``name`` set to ``Palm`` and return the
26982698
new integer primary key value.
26992699
27002700
See :ref:`python_api_lookup_tables` for more details.

0 commit comments

Comments
 (0)