From 476708923cac841bf1585ec030194b22916c135f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 26 Jun 2024 22:33:19 +0200 Subject: [PATCH] tests/scripts: fix comment --- tests/scripts/python/testapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/python/testapi.py b/tests/scripts/python/testapi.py index 80c9c8c88..d473d6f9d 100644 --- a/tests/scripts/python/testapi.py +++ b/tests/scripts/python/testapi.py @@ -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')