From 36e1a734debd849c75411a6f7c44ed39f74e5634 Mon Sep 17 00:00:00 2001 From: Huang Chen-Yi Date: Tue, 24 Dec 2019 20:05:45 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eab7656b..cc33a873 100644 --- a/README.md +++ b/README.md @@ -482,7 +482,7 @@ class OrderedDictWithHash(OrderedDict): True >>> dictionary == another_ordered_dict # and b == c True ->>> ordered_dict == another_ordered_dict # the why isn't c == a ?? +>>> ordered_dict == another_ordered_dict # then why isn't c == a ?? False # We all know that a set consists of only unique elements,