From 8e8204b83f68d807c2a8bb9df3298fe92f5684df Mon Sep 17 00:00:00 2001 From: Blaise Kal Date: Sun, 14 Jan 2024 12:34:33 +0100 Subject: [PATCH] [polib] Fix POEntry.msgstr_plural annotation (#11273) --- stubs/polib/polib.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/polib/polib.pyi b/stubs/polib/polib.pyi index cb6da5c09..e1b79ff9e 100644 --- a/stubs/polib/polib.pyi +++ b/stubs/polib/polib.pyi @@ -70,7 +70,7 @@ class _BaseEntry: msgid: str msgstr: str msgid_plural: str - msgstr_plural: list[str] + msgstr_plural: dict[int, str] msgctxt: str obsolete: bool encoding: str