From cb266aac5c49354373c65de0826f9590e81b51d4 Mon Sep 17 00:00:00 2001 From: Valeria Bulanova Date: Fri, 1 Dec 2023 19:04:37 +0300 Subject: [PATCH] Generate translations ans fix typo --- .../en/LC_MESSAGES/dl_connector_bundle_chs3.mo | Bin 403 -> 405 bytes .../ru/LC_MESSAGES/dl_connector_bundle_chs3.mo | Bin 423 -> 425 bytes .../dl_file_uploader_lib/redis_model/base.py | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dl_connector_bundle_chs3/dl_connector_bundle_chs3/locales/en/LC_MESSAGES/dl_connector_bundle_chs3.mo b/lib/dl_connector_bundle_chs3/dl_connector_bundle_chs3/locales/en/LC_MESSAGES/dl_connector_bundle_chs3.mo index a3726e21d0f17bc53ed0de73fa52899d8db4f93d..95b68acf07dab735aeca47926c6ffdf2f482e0f2 100644 GIT binary patch delta 142 zcmbQtJe7HZj*Aon14A1SivjUMAl?qdJAjxKhzl4Q7?8 Wm?1JTFD11?!6iSrG&eO5C;$MKx*z}m delta 123 zcmbQrJehfdPNWC}14A1SO9An0Al?qd+kjXAi1Qd37+8UHJ&@)F(yc%mh!~iGm<5PI zfC)t8BqpWi#3$$H<)tQ<j*Aon14A1SivjUMAl?qdJAjxAhzl4Q7 AsyncIterator: def sscan_iter(self) -> AsyncIterator: """ - Note: according to redis yadocs (https://redis.io/commands/scan/#scan-guarantees), + Note: according to redis docs (https://redis.io/commands/scan/#scan-guarantees), may return some entries more than once, the client should handle this behaviour on its side. """