mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Minor wording fix.
This commit is contained in:
parent
da6242c844
commit
5c473559e5
1 changed files with 3 additions and 2 deletions
|
@ -66,8 +66,9 @@ The module defines the following functions:
|
||||||
|
|
||||||
If it is false, the buffer's mutability is ignored and behaviour is
|
If it is false, the buffer's mutability is ignored and behaviour is
|
||||||
as for a read-only buffer, except that the 1024 byte limit mentioned
|
as for a read-only buffer, except that the 1024 byte limit mentioned
|
||||||
above is avoided -- so long as the buffer you pass is longer than
|
above is avoided -- so long as the buffer you pass is as least as
|
||||||
what the operating system wants to put there, things should work.
|
long as what the operating system wants to put there, things should
|
||||||
|
work.
|
||||||
|
|
||||||
If \var{mutate_flag} is true, then the buffer is (in effect) passed
|
If \var{mutate_flag} is true, then the buffer is (in effect) passed
|
||||||
to the underlying \function{ioctl()} system call, the latter's
|
to the underlying \function{ioctl()} system call, the latter's
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue