summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-12-03 18:33:13 (GMT)
committerFred Drake <fdrake@acm.org>2001-12-03 18:33:13 (GMT)
commit14f5c5fa011e0cc5169606acfc014857396947f4 (patch)
tree47ff368e46be8151b9cb961315ec4b172e33313a /Doc
parent1722e4a95210afd6f47472fb903d082f2f964b8e (diff)
downloadcpython-14f5c5fa011e0cc5169606acfc014857396947f4.zip
cpython-14f5c5fa011e0cc5169606acfc014857396947f4.tar.gz
cpython-14f5c5fa011e0cc5169606acfc014857396947f4.tar.bz2
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.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libstdtypes.tex7
1 files 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}}