mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 17:34:32 +02:00
Fixed typo
This commit is contained in:
parent
6ac0a5df5d
commit
0e7b461eb3
1 changed files with 1 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ The ``.m2m()`` method executes against the last record that was affected by ``.i
|
|||
|
||||
The first argument to ``.m2m()`` can be either the name of a table as a string or it can be the table object itself.
|
||||
|
||||
The second argument can be a single dictionary record or a list of dictionaries. Thesee dictionaries will be passed to ``.upsert()`` against the specified table.
|
||||
The second argument can be a single dictionary record or a list of dictionaries. These dictionaries will be passed to ``.upsert()`` against the specified table.
|
||||
|
||||
Here's alternative code that creates the dog record and adds two people to it:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue