Skip to content

Commit da471a5

Browse files
committed
markdown comment fix, thanks xqb :)
1 parent a765c7f commit da471a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

advanced/datatypes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Handy data types in the standard library
22

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)
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)
66

77
Now we know how to use lists, tuples and dictionaries. They are commonly
88
used data types in Python, and there's nothing wrong with them. In this

0 commit comments

Comments
 (0)