Fixed typo in --help

This commit is contained in:
Simon Willison 2022-02-08 22:57:21 -08:00
commit 7142dbd58d
2 changed files with 2 additions and 2 deletions

View file

@ -220,7 +220,7 @@ See :ref:`cli_inserting_data`, :ref:`cli_insert_csv_tsv`.
}'
If you are using --lines your code will be passed a "line" variable, and for
--text an "text" variable.
--text a "text" variable.
Options:
--pk TEXT Columns to use as the primary key, e.g. id

View file

@ -1157,7 +1157,7 @@ def insert(
}'
If you are using --lines your code will be passed a "line" variable,
and for --text an "text" variable.
and for --text a "text" variable.
"""
try:
insert_upsert_implementation(