From: Benjamin Peterson Date: Tue, 20 Jan 2009 18:58:27 +0000 (+0000) Subject: fix url X-Git-Tag: v2.7a1~2235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e548d2487d972288b60d45c25b2820b8cb2b65b6;p=thirdparty%2FPython%2Fcpython.git fix url --- diff --git a/Objects/stringlib/fastsearch.h b/Objects/stringlib/fastsearch.h index 8f79c360d34e..23bccfb01d0e 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