This commit is contained in:
Docle 2023-10-09 19:13:07 +02:00 committed by GitHub
commit 3f905dce4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
README.md vendored
View File

@ -736,7 +736,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
```