Update README.rst

This commit is contained in:
Russell Ballestrini 2019-01-17 05:36:21 -08:00 committed by GitHub
parent 930571d8fb
commit 8baf61f7e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ A document in this case is a a mixture of Python dictionary and list objects typ
Returns a `list` of matching values.
*nested_update:*
Given a document, find all occurances of the given key set the given value.
Given a document, find all occurances of the given key and update the value.
Returns a copy of the document.
*nested_delete:*