From ca16f620c45de21bb8a17a5138ecb38596e3d39d Mon Sep 17 00:00:00 2001 From: Richard Chien Date: Sat, 15 Dec 2018 23:50:34 +0800 Subject: [PATCH] Nothing --- none/natural_language.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/none/natural_language.py b/none/natural_language.py index b32b47fd..7068523d 100644 --- a/none/natural_language.py +++ b/none/natural_language.py @@ -36,7 +36,7 @@ def on_natural_language(keywords: Union[Optional[Iterable], Callable] = None, """ Decorator to register a function as a natural language processor. - :param keywords: keywords to respond, if None, respond to all messages + :param keywords: keywords to respond to, if None, respond to all messages :param permission: permission required by the processor :param only_to_me: only handle messages to me :param only_short_message: only handle short messages