diff options
Diffstat (limited to 'src/plugins/scripts/python')
-rw-r--r-- | src/plugins/scripts/python/weechat-python-api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scripts/python/weechat-python-api.c b/src/plugins/scripts/python/weechat-python-api.c index e8da86d78..561bafad5 100644 --- a/src/plugins/scripts/python/weechat-python-api.c +++ b/src/plugins/scripts/python/weechat-python-api.c @@ -396,7 +396,7 @@ weechat_python_api_string_has_highlight (PyObject *self, PyObject *args) /* * weechat_python_api_string_mask_to_regex: convert a mask (string with only - * "*" as joker) to a regex, paying + * "*" as wildcard) to a regex, paying * attention to special chars in a * regex */ |