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

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


http://hg.python.org/cpython/rev/e16f331689e6
changeset:   82083:e16f331689e6
branch:      3.3
parent:      82081:8f772825029f
parent:      82082:dde4e035b4aa
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sat Feb 09 11:51:48 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
@@ -83,7 +83,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