1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-24 20:06:38 +02:00

tests/scripts: fix comment

This commit is contained in:
Sébastien Helleu
2024-06-26 22:33:19 +02:00
parent c6a4ffb1a7
commit 476708923c
+1 -1
View File
@@ -605,7 +605,7 @@ def timer_cb(data, remaining_calls):
def test_hooks():
"""Test function hook_command."""
"""Test hook functions."""
# hook_completion / hook_completion_args / and hook_command
hook_cmplt = weechat.hook_completion('{SCRIPT_NAME}', 'description',
'completion_cb', 'completion_data')