diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 50dd70244..a6cda8fb1 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -12110,7 +12110,7 @@ Script (Python): infolist = weechat.infolist_get(infolist_name, pointer, arguments) # example -infolist = weechat.infolist_get("irc_server, "", "") +infolist = weechat.infolist_get("irc_server", "", "") ---------------------------------------- weechat_infolist_next diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index a03c7501f..1e60bc9e0 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -12312,7 +12312,7 @@ Script (Python) : infolist = weechat.infolist_get(infolist_name, pointer, arguments) # exemple -infolist = weechat.infolist_get("irc_server, "", "") +infolist = weechat.infolist_get("irc_server", "", "") ---------------------------------------- weechat_infolist_next diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 1141e35ec..9fcf8b592 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -12210,7 +12210,7 @@ Script (Python): infolist = weechat.infolist_get(infolist_name, pointer, arguments) # esempio -infolist = weechat.infolist_get("irc_server, "", "") +infolist = weechat.infolist_get("irc_server", "", "") ---------------------------------------- weechat_infolist_next