From 18ae5f8662a33b33be168ea403598b60ead22aeb Mon Sep 17 00:00:00 2001 From: Harmon Date: Tue, 26 Jan 2021 07:47:38 -0600 Subject: [PATCH] Fix typo in AsyncStream.on_connect docstring --- tweepy/asynchronous/streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tweepy/asynchronous/streaming.py b/tweepy/asynchronous/streaming.py index 3cc3d8d..116c70b 100644 --- a/tweepy/asynchronous/streaming.py +++ b/tweepy/asynchronous/streaming.py @@ -241,7 +241,7 @@ class AsyncStream: async def on_connect(self): """This method is a coroutine. - This is called after successfully coneccting to the streaming API. + This is called after successfully connecting to the streaming API. """ log.info("Stream connected") -- 2.25.1