Merge pull request #55 from sreejithsankar55/patch-1

Fixed a grammatical error.
This commit is contained in:
Angelos Chalaris
2019-03-30 10:23:41 +02:00
committed by GitHub

View File

@ -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.