File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ \section{Standard Module \sectcode{tempfile}}
2828When set to a value other than \code {None}, this variable defines the
2929directory in which filenames returned by \code {mktemp()} reside. The
3030default is taken from the environment variable \code {TMPDIR}; if this
31- is not set, either \code {/usr/tmp} is used (on \UNIX {}), or the current
31+ is not set, either \file {/usr/tmp} is used (on \UNIX {}), or the current
3232working directory (all other systems). No check is made to see
3333whether its value is valid.
3434\end {datadesc }
@@ -38,8 +38,8 @@ \section{Standard Module \sectcode{tempfile}}
3838When set to a value other than \code {None}, this variable defines the
3939prefix of the final component of the filenames returned by
4040\code {mktemp()}. A string of decimal digits is added to generate
41- unique filenames. The default is either `` \code {@\var {pid}.}'' where
42- \var {pid} is the current process ID (on \UNIX {}), or `` \code {tmp}'' (all
41+ unique filenames. The default is either \file {@\var {pid}.} where
42+ \var {pid} is the current process ID (on \UNIX {}), or \file {tmp} (all
4343other systems).
4444\end {datadesc }
4545
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ \section{Standard Module \sectcode{tempfile}}
2828When set to a value other than \code {None}, this variable defines the
2929directory in which filenames returned by \code {mktemp()} reside. The
3030default is taken from the environment variable \code {TMPDIR}; if this
31- is not set, either \code {/usr/tmp} is used (on \UNIX {}), or the current
31+ is not set, either \file {/usr/tmp} is used (on \UNIX {}), or the current
3232working directory (all other systems). No check is made to see
3333whether its value is valid.
3434\end {datadesc }
@@ -38,8 +38,8 @@ \section{Standard Module \sectcode{tempfile}}
3838When set to a value other than \code {None}, this variable defines the
3939prefix of the final component of the filenames returned by
4040\code {mktemp()}. A string of decimal digits is added to generate
41- unique filenames. The default is either `` \code {@\var {pid}.}'' where
42- \var {pid} is the current process ID (on \UNIX {}), or `` \code {tmp}'' (all
41+ unique filenames. The default is either \file {@\var {pid}.} where
42+ \var {pid} is the current process ID (on \UNIX {}), or \file {tmp} (all
4343other systems).
4444\end {datadesc }
4545
You can’t perform that action at this time.
0 commit comments