mirror of
https://github.com/weechat/weechat.git
synced 2026-06-24 03:46:39 +02:00
doc/api: add missing type for argument "count" in Python prototype of function ngettext
This commit is contained in:
@@ -59,7 +59,7 @@ def gettext(string: str) -> str:
|
||||
...
|
||||
|
||||
|
||||
def ngettext(string: str, plural: str, count) -> str:
|
||||
def ngettext(string: str, plural: str, count: int) -> str:
|
||||
"""`ngettext in WeeChat plugin API reference <https://weechat.org/doc/api#_ngettext>`_"""
|
||||
...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user