summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-01-20 18:58:27 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-01-20 18:58:27 (GMT)
commite548d2487d972288b60d45c25b2820b8cb2b65b6 (patch)
treec0d143c1b2da6ac7bd3a96941f6c3ff93c678ae9 /Objects
parent8024cece5907563dd74b952f370e027439f77e02 (diff)
downloadcpython-e548d2487d972288b60d45c25b2820b8cb2b65b6.zip
cpython-e548d2487d972288b60d45c25b2820b8cb2b65b6.tar.gz
cpython-e548d2487d972288b60d45c25b2820b8cb2b65b6.tar.bz2
fix url
Diffstat (limited to 'Objects')
-rw-r--r--Objects/stringlib/fastsearch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/stringlib/fastsearch.h b/Objects/stringlib/fastsearch.h
index 8f79c36..23bccfb 100644
--- a/Objects/stringlib/fastsearch.h
+++ b/Objects/stringlib/fastsearch.h
@@ -5,7 +5,7 @@
/* fast search/count implementation, based on a mix between boyer-
moore and horspool, with a few more bells and whistles on the top.
- for some more background, see: http://effbot.org/stringlib */
+ for some more background, see: http://effbot.org/stringlib.htm */
/* note: fastsearch may access s[n], which isn't a problem when using
Python's ordinary string types, but may cause problems if you're