]> granicus.if.org Git - python/commitdiff
Fixed index module reference.
authorFred Drake <fdrake@acm.org>
Tue, 16 Dec 1997 04:04:25 +0000 (04:04 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 16 Dec 1997 04:04:25 +0000 (04:04 +0000)
Changed references to regex/regsub modules to point to re.

Doc/lib/libstring.tex
Doc/libstring.tex

index 3d0631a4351980393143f4bfd78bbaeec08f74e5..cc3f34f9bc0dfa171bc7088f828f2cdb93028e26 100644 (file)
@@ -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}
index 3d0631a4351980393143f4bfd78bbaeec08f74e5..cc3f34f9bc0dfa171bc7088f828f2cdb93028e26 100644 (file)
@@ -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}