summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng.ang@gmail.com>2022-01-26 09:31:33 +0800
committerGitHub <noreply@github.com>2022-01-26 01:31:33 +0000
commit4be594fa9a468c843d76197d26bb31c97311f0a7 (patch)
tree24d81cfcd034dbf4de98f4a68104e9ed6b47a2cc /docs/source
parent473e840cc9201f0a4283172d2a5541cc7411a509 (diff)
downloadwebsocket-client-4be594fa9a468c843d76197d26bb31c97311f0a7.tar.gz
Fix typos (#782)
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/threading.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/threading.rst b/docs/source/threading.rst
index ea960ab..51a74af 100644
--- a/docs/source/threading.rst
+++ b/docs/source/threading.rst
@@ -24,8 +24,8 @@ indicates that websocket-client is not compatible with asyncio. The
which is used in a popular socket-io client, specifically uses websocket-client
as a dependency only in places where asyncio is not used. If asyncio is an
important part of your project, you might consider using another websockets library.
-However, some simple use cases, such as asyncronously receiving data, may be
-a place to use asyncio. Here is one snippet showing how asyncronous listening
+However, some simple use cases, such as asynchronously receiving data, may be
+a place to use asyncio. Here is one snippet showing how asynchronous listening
might be implemented.
::