Skip to content

Commit

Permalink
[dateparser] Fix parsing very short weekday names
Browse files Browse the repository at this point in the history
  • Loading branch information
adnan-awan committed Jan 28, 2024
1 parent 90a10bf commit f638325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dateparser/data/date_translation_data/en.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"december"
],
"monday": [
"mo", # todo need to fix the conflict with month
"mo", # TODO need to fix the conflict with month
"mon",
"monday"
],
Expand Down

0 comments on commit f638325

Please sign in to comment.