From 63440e850e57888b24f2741c5364cdfc3a10d801 Mon Sep 17 00:00:00 2001 From: Hristijan Date: Fri, 6 Nov 2020 12:23:20 +0100 Subject: [PATCH] Typo --- python/01-intro.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/01-intro.py b/python/01-intro.py index 20ddd4d..f6853fd 100644 --- a/python/01-intro.py +++ b/python/01-intro.py @@ -125,5 +125,5 @@ ########## COUNTING ELEMENTS WITH COUNTER ########## -from colletions import Counter -print(Counter(backpack)) \ No newline at end of file +from collections import Counter +print(Counter(backpack))