diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-16 04:04:25 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-16 04:04:25 (GMT) |
commit | 6d2bdb682d2a6b26a6fc27f669119543129afc43 (patch) | |
tree | 98158ea645eb827e5a0e0dc1ff6979a6c756a2ef /Doc | |
parent | 3aa289537cc57b64dfe0fa814134863db3217282 (diff) | |
download | cpython-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')
-rw-r--r-- | Doc/lib/libstring.tex | 8 | ||||
-rw-r--r-- | Doc/libstring.tex | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex index 3d0631a..cc3f34f 100644 --- a/Doc/lib/libstring.tex +++ b/Doc/lib/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} 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} |