mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 13:26:38 +02:00
doc: fix typo in python example of function hdata_move (plugin API reference)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user