Skip to content

Commit 753a53e

Browse files
committed
Fix spelling error
1 parent acdbd8c commit 753a53e

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
@@ -3203,7 +3203,7 @@ def insert(
32033203
:param not_null: Set of strings specifying columns that should be ``NOT NULL``.
32043204
:param defaults: Dictionary specifying default values for specific columns.
32053205
:param hash_id: Name of a column to create and use as a primary key, where the
3206-
value of thet primary key will be derived as a SHA1 hash of the other column values
3206+
value of that primary key will be derived as a SHA1 hash of the other column values
32073207
in the record. ``hash_id="id"`` is a common column name used for this.
32083208
:param alter: Boolean, should any missing columns be added automatically?
32093209
:param ignore: Boolean, if a record already exists with this primary key, ignore this insert.

0 commit comments

Comments
 (0)