Fix typo in date demangler doc

This commit is contained in:
I-Al-Istannen 2021-04-13 11:19:51 +02:00
parent e2bf84392b
commit 14cdfb6a69

View File

@ -20,7 +20,7 @@ def demangle_date(date: str) -> Optional[datetime.datetime]:
"Gestern, HH:MM"
"Heute, HH:MM"
"Morgen, HH:MM"
"dd. mon.yyyy, HH:MM
"dd. mon yyyy, HH:MM
"""
saved = locale.setlocale(locale.LC_ALL)
try: