Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23a6726 + 4b109cb commit 19a5214Copy full SHA for 19a5214
1 file changed
Doc/library/tempfile.rst
@@ -83,7 +83,7 @@ The module defines the following user-callable items:
83
84
The returned object is a file-like object whose :attr:`_file` attribute
85
is either a :class:`BytesIO` or :class:`StringIO` object (depending on
86
- whether specifies binary or text *mode* was specified) or a true file
+ whether binary or text *mode* was specified) or a true file
87
object, depending on whether :func:`rollover` has been called. This
88
file-like object can be used in a :keyword:`with` statement, just like
89
a normal file.
0 commit comments