Commit 050bff7e authored by Fred Drake's avatar Fred Drake

Markup nit to fixed dropped space in HTML output.

parent 2157ceea
\section{\module{tempfile} --- \section{\module{tempfile} ---
Generate temporary file names.} Generate temporary file names}
\declaremodule{standard}{tempfile}
\declaremodule{standard}{tempfile}
\modulesynopsis{Generate temporary file names.} \modulesynopsis{Generate temporary file names.}
\indexii{temporary}{file name} \indexii{temporary}{file name}
...@@ -47,6 +47,6 @@ other systems). ...@@ -47,6 +47,6 @@ other systems).
\strong{Warning:} if a \UNIX{} process uses \code{mktemp()}, then \strong{Warning:} if a \UNIX{} process uses \code{mktemp()}, then
calls \function{fork()} and both parent and child continue to use calls \function{fork()} and both parent and child continue to use
\function{mktemp()}, the processes will generate conflicting temporary \function{mktemp()}, the processes will generate conflicting temporary
names. To resolve this, the child process should assign \code{None} names. To resolve this, the child process should assign \code{None} to
to \code{template}, to force recomputing the default on the next call \code{template}, to force recomputing the default on the next call
to \function{mktemp()}. to \function{mktemp()}.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment