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