From 4ea7fe26272a0b08c5de2f025e85210c6f86d141 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 25 Apr 2011 18:36:09 +0200 Subject: doc: fix typo in plugin API reference for function config_set_plugin --- doc/it/weechat_plugin_api.it.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/it') diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 1322edef6..740bf89c4 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -5517,7 +5517,7 @@ Script (Python): rc = weechat.config_set_plugin(option_name, value) # esempio -rc = weechat.config_is_set_plugin("option", "test_value") +rc = weechat.config_set_plugin("option", "test_value") if rc == weechat.WEECHAT_CONFIG_OPTION_SET_OK_CHANGED: # ... elif rc == weechat.WEECHAT_CONFIG_OPTION_SET_OK_SAME_VALUE: -- cgit v1.2.3