Skip to content

Commit

Permalink
Merge pull request mouredev#3970 from KevinED11/main
Browse files Browse the repository at this point in the history
reto mouredev#26-python
  • Loading branch information
kontroldev authored Jun 29, 2023
2 parents 450e44b + 784798e commit 22f5084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Retos/Reto #26 - TESTING [Media]/python/KevinED11.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

def is_friday_13(year: int, month: int) -> bool:
if not isinstance(year, int) or not isinstance(month, int):
raise TypeError("Invalid type, enter a valid integer number")
raise TypeError("Invalid year or month, enter a valid integer number")

return date(year=year,
month=month,
Expand Down

0 comments on commit 22f5084

Please sign in to comment.