summaryrefslogtreecommitdiff
path: root/doc/fr/weechat_plugin_api.fr.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-05-05 21:56:00 +0200
committerSebastien Helleu <flashcode@flashtux.org>2012-05-05 21:56:00 +0200
commitc2c83466f97cc1e07da36e66702c7b43297e3232 (patch)
tree6aa50d92d9644020880b9b704631d257ce746407 /doc/fr/weechat_plugin_api.fr.txt
parent5c64e36bc0e305e6788aee66e85f771e0e26fc46 (diff)
downloadweechat-c2c83466f97cc1e07da36e66702c7b43297e3232.zip
doc: fix typo in python example of infolist_get (plugin API reference)
Diffstat (limited to 'doc/fr/weechat_plugin_api.fr.txt')
-rw-r--r--doc/fr/weechat_plugin_api.fr.txt2
1 files changed, 1 insertions, 1 deletions
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