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

Skip to content

Commit 4b109cb

Browse files
Minor fix of previous commit.
1 parent 4f169a7 commit 4b109cb

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
@@ -84,7 +84,7 @@ The module defines the following user-callable items:
8484

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

0 commit comments

Comments
 (0)