summaryrefslogtreecommitdiffstats
path: root/Doc/liberrno.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-09 21:23:14 (GMT)
committerGuido van Rossum <guido@python.org>1996-08-09 21:23:14 (GMT)
commit4a5b27b525a0cf6423edf5abe7e192355510c976 (patch)
tree6d85d0146787282b5125988c197d3254c739c178 /Doc/liberrno.tex
parent267e80d4d45c54fd1e6cda7acfdfec204ce63a47 (diff)
downloadcpython-4a5b27b525a0cf6423edf5abe7e192355510c976.zip
cpython-4a5b27b525a0cf6423edf5abe7e192355510c976.tar.gz
cpython-4a5b27b525a0cf6423edf5abe7e192355510c976.tar.bz2
Get rid of parrot dropping (spurious 'E')
Diffstat (limited to 'Doc/liberrno.tex')
-rw-r--r--Doc/liberrno.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/liberrno.tex b/Doc/liberrno.tex
index 6c58491..9d7e52d 100644
--- a/Doc/liberrno.tex
+++ b/Doc/liberrno.tex
@@ -1,7 +1,7 @@
\section{Standard Module \sectcode{errno}}
\stmodindex{errno}
-\renewcommand{\indexsubitem}{E(in module errno)}
+\renewcommand{\indexsubitem}{(in module errno)}
This module makes available standard errno system symbols.
The value of each symbol is the corresponding integer value.