Re: [Doc-SIG] Question about SequenceMatcher.quick_ratio

2010-05-06 Thread INADA Naoki
Thank you, Branodn and Doug for quick reply! The word "upper bound" is also used in Japan with mathematics. > I think it means that the implementation of quick_ratio() is not defined in > a lot of detail, except to say that the function will return a value that is > an upper bound of the value r

Re: [Doc-SIG] Question about SequenceMatcher.quick_ratio

2010-05-06 Thread Brandon Craig Rhodes
INADA Naoki writes: > I am one of translator of Python document. But I am not good at > English well. I can't understand one sentence ... > >> This isn’t defined beyond that it is an upper bound on ratio(), and >> is faster to compute. The word "bound" works like this: a "bound" or "boundary"

Re: [Doc-SIG] Question about SequenceMatcher.quick_ratio

2010-05-06 Thread Doug Hellmann
On May 6, 2010, at 10:48 AM, INADA Naoki wrote: Hi, all. I am one of translator of Python document. But I am not good at English well. I can't understand one sentence in: http://docs.python.org/library/difflib.html#difflib.SequenceMatcher.quick_ratio This isn’t defined beyond that it is an

[Doc-SIG] Question about SequenceMatcher.quick_ratio

2010-05-06 Thread INADA Naoki
Hi, all. I am one of translator of Python document. But I am not good at English well. I can't understand one sentence in: http://docs.python.org/library/difflib.html#difflib.SequenceMatcher.quick_ratio > This isn’t defined beyond that it is an upper bound on ratio(), and is faster > to comput