[Python-checkins] cpython (3.2): Minor fix of previous commit.

serhiy.storchaka python-checkins at python.org
Sat Feb 9 10:55:56 CET 2013


http://hg.python.org/cpython/rev/dde4e035b4aa
changeset:   82082:dde4e035b4aa
branch:      3.2
parent:      82080:fb4ed16f35bd
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sat Feb 09 11:51:21 2013 +0200
summary:
  Minor fix of previous commit.

files:
  Doc/library/tempfile.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/tempfile.rst b/Doc/library/tempfile.rst
--- a/Doc/library/tempfile.rst
+++ b/Doc/library/tempfile.rst
@@ -84,7 +84,7 @@
 
    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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list