Skip to content

Commit 5bed65a

Browse files
committed
try to actually fix it
1 parent da471a5 commit 5bed65a

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+
[comment]: # (this doesn't explain how dict.setdefault and collections.defaultdict)
4+
[comment]: # (work because they're not as simple as the things that are here and i)
5+
[comment]: # (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)