We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e8c9f commit e79c89cCopy full SHA for e79c89c
src/websockets/asyncio/client.py
@@ -250,7 +250,7 @@ class connect:
250
you may set it to ``None``, although that's a bad idea.
251
write_limit: High-water mark of write buffer in bytes. It is passed to
252
:meth:`~asyncio.WriteTransport.set_write_buffer_limits`. It defaults
253
- to 32KiB. You may pass a ``(high, low)`` tuple to set the
+ to 32 KiB. You may pass a ``(high, low)`` tuple to set the
254
high-water and low-water marks.
255
logger: Logger for this client.
256
It defaults to ``logging.getLogger("websockets.client")``.
0 commit comments