mirror of
https://github.com/python/cpython.git
synced 2025-10-08 16:11:51 +00:00
Issue #25523: Further a-to-an corrections.
This commit is contained in:
parent
7462b64911
commit
d65c9496da
34 changed files with 39 additions and 39 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue