From: Guido van Rossum Date: Fri, 9 Aug 1996 21:23:14 +0000 (+0000) Subject: Get rid of parrot dropping (spurious 'E') X-Git-Tag: v1.4b3~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a5b27b525a0cf6423edf5abe7e192355510c976;p=python Get rid of parrot dropping (spurious 'E') --- diff --git a/Doc/lib/liberrno.tex b/Doc/lib/liberrno.tex index 6c58491d9f..9d7e52db89 100644 --- a/Doc/lib/liberrno.tex +++ b/Doc/lib/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. diff --git a/Doc/liberrno.tex b/Doc/liberrno.tex index 6c58491d9f..9d7e52db89 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.