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 ```