From 23562f69b6a40d46609344ee4382164e052f736f Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Tue, 23 Mar 2021 18:08:44 +0100
Subject: [PATCH] =?UTF-8?q?Form=C3=A1tov=C3=A1n=C3=AD=20=C4=8Dasu:=20Oprav?=
 =?UTF-8?q?a=20p=C5=99eklepu?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 mo/util_format.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mo/util_format.py b/mo/util_format.py
index 50e0f434..6ed6a485 100644
--- a/mo/util_format.py
+++ b/mo/util_format.py
@@ -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)
-- 
GitLab