diff --git a/README.md b/README.md index 35a9cf5..61df081 100644 --- a/README.md +++ b/README.md @@ -745,7 +745,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 ```