Skip to content
Snippets Groups Projects
Commit 23562f69 authored by Martin Mareš's avatar Martin Mareš
Browse files

Formátování času: Oprava překlepu

parent c4d851e9
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ def timedelta(d: datetime, ref: Optional[datetime] = None, descriptive: bool = F
if len(parts) == 0:
if before and not descriptive:
parts.append("méně než sekudnou")
parts.append("méně než sekundou")
else:
parts.append("méně než sekundu")
value = " ".join(parts)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment