From: Harmon Date: Thu, 29 Apr 2021 10:24:25 +0000 (-0500) Subject: Improve terminology in AsyncStream.on_keep_alive X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b2c52daa1fc9bac8c281ba1a610bae5d41453e45;p=tweepy.git Improve terminology in AsyncStream.on_keep_alive --- diff --git a/tweepy/asynchronous/streaming.py b/tweepy/asynchronous/streaming.py index 97c0510..c0487bb 100644 --- a/tweepy/asynchronous/streaming.py +++ b/tweepy/asynchronous/streaming.py @@ -283,9 +283,9 @@ class AsyncStream: async def on_keep_alive(self): """|coroutine| - This is called when a keep-alive message is received. + This is called when a keep-alive signal is received. """ - log.debug("Received keep-alive message") + log.debug("Received keep-alive signal") async def on_request_error(self, status_code): """|coroutine|