diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-04-21 10:56:08 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-04-21 10:56:08 +0200 |
commit | fcd71d14bc23a908f33224f1de91ab740dd40ff0 (patch) | |
tree | e9e72f1d01cf1cf3a54ef625c70668201840e19a /doc/en | |
parent | 09c5e8cbdf6f4bd305677f01cc7d8f8f3659eb47 (diff) | |
download | weechat-fcd71d14bc23a908f33224f1de91ab740dd40ff0.zip |
doc: fix typo in python example of function hdata_move (plugin API reference)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |