mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Minor fix of previous commit.
This commit is contained in:
parent
4f169a7a4d
commit
4b109cb4a8
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ The module defines the following user-callable items:
|
|||
|
||||
The returned object is a file-like object whose :attr:`_file` attribute
|
||||
is either a :class:`BytesIO` or :class:`StringIO` object (depending on
|
||||
whether specifies binary or text *mode* was specified) or a true file
|
||||
whether binary or text *mode* was specified) or a true file
|
||||
object, depending on whether :func:`rollover` has been called. This
|
||||
file-like object can be used in a :keyword:`with` statement, just like
|
||||
a normal file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue