From 14f5c5fa011e0cc5169606acfc014857396947f4 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 3 Dec 2001 18:33:13 +0000 Subject: Make no assumption about how modules are built when referring to them; this can vary by platform and installation. Based on suggestion to python-docs. --- Doc/lib/libstdtypes.tex | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex index 8a8125d8..2b87159 100644 --- a/Doc/lib/libstdtypes.tex +++ b/Doc/lib/libstdtypes.tex @@ -791,10 +791,9 @@ are replaced by \code{\%g} conversions.\footnote{ point values on a particular machine. } All other errors raise exceptions. -Additional string operations are defined in standard module -\refmodule{string} and in built-in module \refmodule{re}. -\refstmodindex{string} -\refstmodindex{re} +Additional string operations are defined in standard modules +\refmodule{string}\refstmodindex{string} and +\refmodule{re}.\refstmodindex{re} \subsubsection{XRange Type \label{typesseq-xrange}} -- cgit v0.12