We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 480a948 commit 09eb382Copy full SHA for 09eb382
tinydb/pyproject.toml
tinydb/update_db_v3.py
@@ -2,4 +2,6 @@
2
3
with TinyDB("ten_countries.json") as countries_db:
4
countries_table = countries_db.table(name="countries")
5
- countries_table.update({"source": "Official estimate"}, doc_ids=[7, 9])
+ countries_table.update(
6
+ {"source": "Official estimate"}, doc_ids=[7, 9]
7
+ )
0 commit comments