Skip to content

Commit ab35ee4

Browse files
authored
Update 01-intro.py
FIX - line 128 - collections mispelling
1 parent 7bdbfa2 commit ab35ee4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python/01-intro.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,5 @@
125125

126126
########## COUNTING ELEMENTS WITH COUNTER ##########
127127

128-
from colletions import Counter
129-
print(Counter(backpack))
128+
from collections import Counter
129+
print(Counter(backpack))

0 commit comments

Comments
 (0)