summaryrefslogtreecommitdiffstats
path: root/Doc/libstring.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-12-16 04:04:25 (GMT)
committerFred Drake <fdrake@acm.org>1997-12-16 04:04:25 (GMT)
commit6d2bdb682d2a6b26a6fc27f669119543129afc43 (patch)
tree98158ea645eb827e5a0e0dc1ff6979a6c756a2ef /Doc/libstring.tex
parent3aa289537cc57b64dfe0fa814134863db3217282 (diff)
downloadcpython-6d2bdb682d2a6b26a6fc27f669119543129afc43.zip
cpython-6d2bdb682d2a6b26a6fc27f669119543129afc43.tar.gz
cpython-6d2bdb682d2a6b26a6fc27f669119543129afc43.tar.bz2
Fixed index module reference.
Changed references to regex/regsub modules to point to re.
Diffstat (limited to 'Doc/libstring.tex')
-rw-r--r--Doc/libstring.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/libstring.tex b/Doc/libstring.tex
index 3d0631a..cc3f34f 100644
--- a/Doc/libstring.tex
+++ b/Doc/libstring.tex
@@ -4,9 +4,9 @@
\stmodindex{string}
This module defines some constants useful for checking character
-classes and some useful string functions. See the modules
-\code{regex} and \code{regsub} for string functions based on regular
-expressions.
+classes and some useful string functions. See the module
+\code{re} for string functions based on regular expressions.
+\refstmodindex{re}
The constants defined in this module are are:
@@ -244,4 +244,4 @@ should \emph{never} import the latter module directly. When
replaces parts of itself with the implementation from \code{strop}.
After initialization, there is \emph{no} overhead in using
\code{string} instead of \code{strop}.
-\bimodindex{strop}
+\refbimodindex{strop}