summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libstring.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-22 21:23:22 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-22 21:23:22 (GMT)
commitffbe68723a5cb124a1e018d05af9e279ae1ad6fe (patch)
treebda5a40b89973ee45d27f9685c527f6f59533b56 /Doc/lib/libstring.tex
parent7b8b125fa6a24b7c400b4750ee204c2a56f7f596 (diff)
downloadcpython-ffbe68723a5cb124a1e018d05af9e279ae1ad6fe.zip
cpython-ffbe68723a5cb124a1e018d05af9e279ae1ad6fe.tar.gz
cpython-ffbe68723a5cb124a1e018d05af9e279ae1ad6fe.tar.bz2
Make internal module references hyperlinks wherever it makes sense.
Diffstat (limited to 'Doc/lib/libstring.tex')
-rw-r--r--Doc/lib/libstring.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex
index a83d821..e2023de 100644
--- a/Doc/lib/libstring.tex
+++ b/Doc/lib/libstring.tex
@@ -1,13 +1,13 @@
\section{\module{string} ---
- Common string operations.}
-\declaremodule{standard}{string}
+ Common string operations}
+\declaremodule{standard}{string}
\modulesynopsis{Common string operations.}
This module defines some constants useful for checking character
classes and some useful string functions. See the module
-\module{re}\refstmodindex{re} for string functions based on regular
+\refmodule{re}\refstmodindex{re} for string functions based on regular
expressions.
The constants defined in this module are are: