diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-05-05 21:56:00 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-05-05 21:56:00 +0200 |
commit | c2c83466f97cc1e07da36e66702c7b43297e3232 (patch) | |
tree | 6aa50d92d9644020880b9b704631d257ce746407 /doc/it | |
parent | 5c64e36bc0e305e6788aee66e85f771e0e26fc46 (diff) | |
download | weechat-c2c83466f97cc1e07da36e66702c7b43297e3232.zip |
doc: fix typo in python example of infolist_get (plugin API reference)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |