Formatting
This commit is contained in:
parent
c7c1a24e30
commit
5837b7c21a
|
@ -287,7 +287,8 @@ class BufferedFile (object):
|
||||||
Set the file's current position, like stdio's ``fseek``. Not all file
|
Set the file's current position, like stdio's ``fseek``. Not all file
|
||||||
objects support seeking.
|
objects support seeking.
|
||||||
|
|
||||||
.. note:: If a file is opened in append mode (``'a'`` or ``'a+'``), any seek
|
.. note::
|
||||||
|
If a file is opened in append mode (``'a'`` or ``'a+'``), any seek
|
||||||
operations will be undone at the next write (as the file position
|
operations will be undone at the next write (as the file position
|
||||||
will move back to the end of the file).
|
will move back to the end of the file).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue