From abbd96934b0af0197d012d8cb0305d401cd3210a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on?= Date: Fri, 27 Apr 2018 22:12:10 +0200 Subject: [PATCH] typo --- chatterbot/adapters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatterbot/adapters.py b/chatterbot/adapters.py index f99734de0..83ce94c70 100644 --- a/chatterbot/adapters.py +++ b/chatterbot/adapters.py @@ -16,7 +16,7 @@ def set_chatbot(self, chatbot): """ Gives the adapter access to an instance of the ChatBot class. - :param chatbot: A chat bot instanse. + :param chatbot: A chat bot instance. :type chatbot: ChatBot """ self.chatbot = chatbot