summaryrefslogtreecommitdiff
path: root/Doc/libregex.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-22 20:47:26 +0000
committerFred Drake <fdrake@acm.org>1998-01-22 20:47:26 +0000
commit0bc3570fcdb990ff084f1d89279a354f0fd33f71 (patch)
tree9ce3480f6e8f106198059e8c1c85504bca22b290 /Doc/libregex.tex
parent380d4400f385a2da0c330ab10d12656da52339d3 (diff)
downloadcpython-0bc3570fcdb990ff084f1d89279a354f0fd33f71.tar.gz
Use \url{} to mark a URL.
Diffstat (limited to 'Doc/libregex.tex')
-rw-r--r--Doc/libregex.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libregex.tex b/Doc/libregex.tex
index 6843594c66..f3a3fa9254 100644
--- a/Doc/libregex.tex
+++ b/Doc/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