From 8baf61f7e6817e944984469de6bcef83f26c9f79 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Thu, 17 Jan 2019 05:36:21 -0800 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9d85081..87af024 100644 --- a/README.rst +++ b/README.rst @@ -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:*