summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-21 17:01:15 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-21 17:01:15 (GMT)
commit737aa552f43c2517a74b4f1830d80860df9bb985 (patch)
tree56261bfe624024cec1a89653e75318769f43c6d2 /Doc/lib
parent20c92283ab670079096377775fbd997efcd1d84a (diff)
downloadcpython-737aa552f43c2517a74b4f1830d80860df9bb985.zip
cpython-737aa552f43c2517a74b4f1830d80860df9bb985.tar.gz
cpython-737aa552f43c2517a74b4f1830d80860df9bb985.tar.bz2
Markup nit to fixed dropped space in HTML output.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libtempfile.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libtempfile.tex b/Doc/lib/libtempfile.tex
index 95034bb..b8f1e69 100644
--- a/Doc/lib/libtempfile.tex
+++ b/Doc/lib/libtempfile.tex
@@ -1,7 +1,7 @@
\section{\module{tempfile} ---
- Generate temporary file names.}
-\declaremodule{standard}{tempfile}
+ Generate temporary file names}
+\declaremodule{standard}{tempfile}
\modulesynopsis{Generate temporary file names.}
\indexii{temporary}{file name}
@@ -47,6 +47,6 @@ other systems).
\strong{Warning:} if a \UNIX{} process uses \code{mktemp()}, then
calls \function{fork()} and both parent and child continue to use
\function{mktemp()}, the processes will generate conflicting temporary
-names. To resolve this, the child process should assign \code{None}
-to \code{template}, to force recomputing the default on the next call
+names. To resolve this, the child process should assign \code{None} to
+\code{template}, to force recomputing the default on the next call
to \function{mktemp()}.