From f20d8f9188786db7b6649ab71e902b6a5b11038d Mon Sep 17 00:00:00 2001 From: Docle <32617594+Docle@users.noreply.github.com> Date: Thu, 3 Dec 2020 14:19:56 +0800 Subject: [PATCH] Update README.md Maybe, it should be 'dictionary' here? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7137d07..f12c475 100644 --- a/README.md +++ b/README.md @@ -734,7 +734,7 @@ What is going on here? 2 >>> dictionary in another_set True - >>> another_set.add(another_ordered_dict) + >>> another_set.add(dictionary) >>> len(another_set) 2 ```