From d65c9496da3485ac077fa8fd374b061afdd3605e Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Mon, 2 Nov 2015 14:10:23 +0200 Subject: Issue #25523: Further a-to-an corrections. --- Lib/asyncio/sslproto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/asyncio/sslproto.py') diff --git a/Lib/asyncio/sslproto.py b/Lib/asyncio/sslproto.py index 0a8c0900f81..9e08b6f88bc 100644 --- a/Lib/asyncio/sslproto.py +++ b/Lib/asyncio/sslproto.py @@ -349,7 +349,7 @@ class _SSLProtocolTransport(transports._FlowControlMixin, high-water limit. Neither value can be negative. The defaults are implementation-specific. If only the - high-water limit is given, the low-water limit defaults to a + high-water limit is given, the low-water limit defaults to an implementation-specific value less than or equal to the high-water limit. Setting high to zero forces low to zero as well, and causes pause_writing() to be called whenever the -- cgit v1.2.3