]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Minor fix of previous commit.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 9 Feb 2013 09:51:21 +0000 (11:51 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 9 Feb 2013 09:51:21 +0000 (11:51 +0200)
Doc/library/tempfile.rst

index b68a412383b88fe10bad7b1676828b55ae09a938..a8323a52a80a641bf4a7ada6e03a66a1f08e82a1 100644 (file)
@@ -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.