From b9cafe8c2309e26477a827f56549c1d7df616942 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 21 Apr 2023 01:08:24 +0900 Subject: Fix typo in api.py occured -> occurred --- quora/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quora/api.py b/quora/api.py index 6ba65cc9..9436f869 100644 --- a/quora/api.py +++ b/quora/api.py @@ -368,7 +368,7 @@ class Client: human_message_id = human_message["node"]["messageId"] except TypeError: raise RuntimeError( - f"An unknown error occured. Raw response data: {message_data}") + f"An unknown error occurred. Raw response data: {message_data}") # indicate that the current message is waiting for a response self.active_messages[human_message_id] = None -- cgit v1.2.3