Skip to content

Commit e79c89c

Browse files
committed
add ping data to each functions
1 parent b6e8c9f commit e79c89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/websockets/asyncio/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ class connect:
250250
you may set it to ``None``, although that's a bad idea.
251251
write_limit: High-water mark of write buffer in bytes. It is passed to
252252
:meth:`~asyncio.WriteTransport.set_write_buffer_limits`. It defaults
253-
to 32KiB. You may pass a ``(high, low)`` tuple to set the
253+
to 32 KiB. You may pass a ``(high, low)`` tuple to set the
254254
high-water and low-water marks.
255255
logger: Logger for this client.
256256
It defaults to ``logging.getLogger("websockets.client")``.

0 commit comments

Comments
 (0)