mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 09:24:31 +02:00
Correct some typos (#245)
This commit is contained in:
parent
e7b2626291
commit
3e62ab62a8
3 changed files with 8 additions and 8 deletions
|
|
@ -603,7 +603,7 @@ The first argument to ``update()`` is the primary key. This can be a single valu
|
|||
|
||||
>>> db["compound_dogs"].update((5, 3), {"name": "Updated"})
|
||||
|
||||
The second argument is a dictonary of columns that should be updated, along with their new values.
|
||||
The second argument is a dictionary of columns that should be updated, along with their new values.
|
||||
|
||||
You can cause any missing columns to be added automatically using ``alter=True``::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue