From 4b109cb4a8dd2ad9d55913b682c6234f7bcd874e Mon Sep 17 00:00:00 2001 From: Serhiy Storchaka Date: Sat, 9 Feb 2013 11:51:21 +0200 Subject: Minor fix of previous commit. --- Doc/library/tempfile.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/tempfile.rst b/Doc/library/tempfile.rst index b68a412..a8323a5 100644 --- a/Doc/library/tempfile.rst +++ b/Doc/library/tempfile.rst @@ -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. -- cgit v0.12