Commit 4b109cb4 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Minor fix of previous commit.

parent 4f169a7a
...@@ -84,7 +84,7 @@ The module defines the following user-callable items: ...@@ -84,7 +84,7 @@ The module defines the following user-callable items:
The returned object is a file-like object whose :attr:`_file` attribute The returned object is a file-like object whose :attr:`_file` attribute
is either a :class:`BytesIO` or :class:`StringIO` object (depending on 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 object, depending on whether :func:`rollover` has been called. This
file-like object can be used in a :keyword:`with` statement, just like file-like object can be used in a :keyword:`with` statement, just like
a normal file. a normal file.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment