Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19a5214

Browse files
Minor fix of previous commit.
2 parents 23a6726 + 4b109cb commit 19a5214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/tempfile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The module defines the following user-callable items:
8383

8484
The returned object is a file-like object whose :attr:`_file` attribute
8585
is either a :class:`BytesIO` or :class:`StringIO` object (depending on
86-
whether specifies binary or text *mode* was specified) or a true file
86+
whether binary or text *mode* was specified) or a true file
8787
object, depending on whether :func:`rollover` has been called. This
8888
file-like object can be used in a :keyword:`with` statement, just like
8989
a normal file.

0 commit comments

Comments
 (0)