summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libregex.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-22 20:47:26 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-22 20:47:26 (GMT)
commit16f88454f1a97c18ccb51f5d3469fc9f6e5ef09a (patch)
treeaf124cea08273574d6a7190c20a0154db5d6ae2a /Doc/lib/libregex.tex
parentff3f0d0a5c037b415cbe7037d2e7396280973fe8 (diff)
downloadcpython-16f88454f1a97c18ccb51f5d3469fc9f6e5ef09a.zip
cpython-16f88454f1a97c18ccb51f5d3469fc9f6e5ef09a.tar.gz
cpython-16f88454f1a97c18ccb51f5d3469fc9f6e5ef09a.tar.bz2
Use \url{} to mark a URL.
Diffstat (limited to 'Doc/lib/libregex.tex')
-rw-r--r--Doc/lib/libregex.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libregex.tex b/Doc/lib/libregex.tex
index 6843594..f3a3fa9 100644
--- a/Doc/lib/libregex.tex
+++ b/Doc/lib/libregex.tex
@@ -15,7 +15,7 @@ converted. The standard library module
\code{reconvert}\refstmodindex{reconvert} helps in converting
\code{regex} style regular expressions to \code{re}\refstmodindex{re}
style regular expressions. (For more conversion help, see the URL
-\file{http://starship.skyport.net/crew/amk/regex/regex-to-re.html}.)
+\url{http://starship.skyport.net/crew/amk/regex/regex-to-re.html}.)
By default the patterns are Emacs-style regular expressions
(with one exception). There is