mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-04 12:28:05 +02:00
Update README.md
Maybe, it should be 'dictionary' here?
This commit is contained in:
parent
c954b71f67
commit
f20d8f9188
1 changed files with 1 additions and 1 deletions
2
README.md
vendored
2
README.md
vendored
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue