]> granicus.if.org Git - python/commitdiff
fix url
authorBenjamin Peterson <benjamin@python.org>
Tue, 20 Jan 2009 18:58:27 +0000 (18:58 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 20 Jan 2009 18:58:27 +0000 (18:58 +0000)
Objects/stringlib/fastsearch.h

index 8f79c360d34ecbb2acd7e950e9b39db8d985d19e..23bccfb01d0ede0a5f15592ed2d14687db787eb7 100644 (file)
@@ -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