diff --git a/snippets/count_occurences.md b/snippets/count_occurences.md index d6355d4df..7a3c930e7 100644 --- a/snippets/count_occurences.md +++ b/snippets/count_occurences.md @@ -2,7 +2,7 @@ :information_source: Already implemented via `list.count()`. -Counts the occurrences of a value in an list. +Counts the occurrences of a value in a list. Uses the list comprehension to increment a counter each time you encounter the specific value inside the list.