From 7f8ed1170ea2cea25498ecb4cf54272a7db3ca94 Mon Sep 17 00:00:00 2001 From: Margaret G Date: Fri, 22 Mar 2019 14:09:28 -0700 Subject: [PATCH] Fix typo in diff_doc.rst --- deepdiff/diff_doc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepdiff/diff_doc.rst b/deepdiff/diff_doc.rst index 64f10929..975aef38 100644 --- a/deepdiff/diff_doc.rst +++ b/deepdiff/diff_doc.rst @@ -91,7 +91,7 @@ Example of using the text view. >>> print(ddiff) {'dictionary_item_added': [root[5], root[6]], 'dictionary_item_removed': [root[4]]} -So for example ddiff['dictionary_item_removed'] is a set if strings thus this is called the text view. +So for example ddiff['dictionary_item_added'] is a set of strings thus this is called the text view. .. seealso:: The following examples are using the *default text view.*