Typo fix
This commit is contained in:
parent
d9772739ca
commit
96334323a6
|
@ -252,7 +252,7 @@ forces all cached write data to be written to the underlying
|
|||
future reads are forced to go back to the disk).
|
||||
|
||||
*Q: Do we want to mandate in the specification that switching between
|
||||
reading to writing on a read-write object implies a .flush()? Or is
|
||||
reading and writing on a read-write object implies a .flush()? Or is
|
||||
that an implementation convenience that users should not rely on?*
|
||||
|
||||
For a read-only ``BufferedRandom`` object, ``.writable()`` returns
|
||||
|
|
Loading…
Reference in New Issue