mirror of
https://github.com/weechat/weechat.git
synced 2026-06-24 20:06:38 +02:00
doc/api: fix type of parameter "date" in script prototype of function prnt_date_tags
This commit is contained in:
@@ -434,7 +434,7 @@ def prnt(buffer: str, message: str) -> int:
|
||||
...
|
||||
|
||||
|
||||
def prnt_date_tags(buffer: str, date: str, tags: str, message: str) -> int:
|
||||
def prnt_date_tags(buffer: str, date: int, tags: str, message: str) -> int:
|
||||
"""`prnt_date_tags in WeeChat plugin API reference <https://weechat.org/doc/api#_prnt_date_tags>`_"""
|
||||
...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user