Skip to content

Commit

Permalink
docs: fix typo in tinydb.operations.py doc string (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
daidai21 committed Sep 2, 2020
1 parent 0c3927c commit 640534b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinydb/operations.py
Expand Up @@ -3,7 +3,7 @@
They are used for updates like this:
>>> db.update(delete('foo'), where('foo') == 2
>>> db.update(delete('foo'), where('foo') == 2)
This would delete the ``foo`` field from all documents where ``foo`` equals 2.
"""
Expand Down

0 comments on commit 640534b

Please sign in to comment.