Skip to content

Commit

Permalink
docs: fix broken code example
Browse files Browse the repository at this point in the history
  • Loading branch information
fvrlo authored Oct 5, 2024
1 parent f3caf6a commit 3236d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extend.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Now let's implement that:
for table_name in data:
table_data = data[table_name]
for doc_id in table:
for doc_id in table_data:
item = table_data[doc_id]
if item == {}:
Expand Down

0 comments on commit 3236d2c

Please sign in to comment.