Skip to content

Commit

Permalink
Update count_vowels.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FKN237 authored Jan 12, 2025
1 parent a48971f commit aeceb78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solutions/count_vowels.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
- count_vowels: Counts vowels in a provided string.
Raises:
TypeError: If the input `text` is not a string.
ValueError: If the input `text` is an empty string.
TypeError: If the input `s` is not a string.
ValueError: If the input `s` is an empty string.
Example:
>>> vowel_counter("Deadline")
Expand Down

0 comments on commit aeceb78

Please sign in to comment.