From f344c94c85f5c9028256e1dfd4b837e7aa4171f0 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 25 May 2006 18:11:16 +0000 Subject: [PATCH] Comment typo --- Objects/stringobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objects/stringobject.c b/Objects/stringobject.c index 95ade513b1..277d4b3287 100644 --- a/Objects/stringobject.c +++ b/Objects/stringobject.c @@ -791,7 +791,7 @@ PyString_AsStringAndSize(register PyObject *obj, /* 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 using this code in other contexts. also, the count mode returns -1 - if there cannot possible be a match in the target string, and 0 if + if there cannot possibly be a match in the target string, and 0 if it has actually checked for matches, but didn't find any. callers beware! */ -- 2.40.0