1
0
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:
Sebastien Helleu
2013-04-21 10:56:08 +02:00
parent 09c5e8cbdf
commit fcd71d14bc
+1 -1
View File
@@ -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