mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
fix url
This commit is contained in:
parent
8024cece59
commit
e548d2487d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue