From fcd71d14bc23a908f33224f1de91ab740dd40ff0 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 21 Apr 2013 10:56:08 +0200 Subject: [PATCH] doc: fix typo in python example of function hdata_move (plugin API reference) --- doc/en/weechat_plugin_api.en.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 6a9342478..139673e19 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -13802,7 +13802,7 @@ Script (Python): pointer = weechat.hdata_move(hdata, pointer, count) # example -hdata = weechat_hdata_get("buffer") +hdata = weechat.hdata_get("buffer") buffer = weechat.buffer_search_main() # move to next buffer, 2 times