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.
1 parent 8f62957 commit dd1b9a3Copy full SHA for dd1b9a3
1 file changed
Doc/library/tempfile.rst
@@ -86,7 +86,7 @@ The module defines the following user-callable items:
86
determine whether and how the named file should be automatically deleted.
87
88
The returned object is always a :class:`TemporaryFileWrapper` instance
89
- (a :term:`file-like object`) whose :attr:`!file` attribute is the underlying
+ (a :term:`file-like object`) whose :attr:`~TemporaryFileWrapper.file` attribute is the underlying
90
true file object. This file-like object can be used in a :keyword:`with`
91
statement, just like a normal file. The name of the temporary file can be
92
retrieved from the :attr:`!name` attribute of the returned file-like object.
0 commit comments