We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a765c7f commit da471a5Copy full SHA for da471a5
advanced/datatypes.md
@@ -1,8 +1,8 @@
1
# Handy data types in the standard library
2
3
-[](this doesn't explain how dict.setdefault and collections.defaultdict
4
- work because they're not as simple as the things that are here and i
5
- don't actually use them that much)
+[](this doesn't explain how dict.setdefault and collections.defaultdict)
+[](work because they're not as simple as the things that are here and i)
+[](don't actually use them that much)
6
7
Now we know how to use lists, tuples and dictionaries. They are commonly
8
used data types in Python, and there's nothing wrong with them. In this
0 commit comments