From bf3241208b553babdeb851d684060b81d30edc72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 30 Jan 2022 10:54:30 +0100 Subject: doc/api: fix type of parameter "date" in script prototype of function prnt_date_tags --- doc/fr/weechat_plugin_api.fr.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/fr') diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index 1b9ce53ad..9ecce83e6 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -8718,7 +8718,7 @@ Script (Python) : [source,python] ---- # prototype -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: ... # exemple time = int(time.time()) -- cgit v1.2.3