mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
[polib] Fix POEntry.msgstr_plural annotation (#11273)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user