Skip to content

Commit d426db7

Browse files
committed
Fixed Issue #192
1 parent 151729e commit d426db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/02_Working_with_data/02_Containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Then to access:
159159
>>>
160160
```
161161

162-
*Neither a list, a set, nor another dictionary can serve as a dictionary key, because lists and dictionaries are mutable.*
162+
*Neither a list, a set, nor another dictionary can serve as a dictionary key, because lists, sets, and dictionaries are mutable.*
163163

164164
### Sets
165165

0 commit comments

Comments
 (0)