mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -62,7 +62,7 @@ class WriteTransport(BaseTransport):
|
|||
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