From: Georg Brandl Date: Sun, 17 Oct 2010 09:23:05 +0000 (+0000) Subject: #8686: remove potentially confusing wording that does not add any value. X-Git-Tag: v3.2a4~499 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e9eb95c409ef541b5afb3a943ccbf5a5cef2466;p=thirdparty%2FPython%2Fcpython.git #8686: remove potentially confusing wording that does not add any value. --- diff --git a/Doc/library/difflib.rst b/Doc/library/difflib.rst index 566de72687b6..58bbe4509c3d 100644 --- a/Doc/library/difflib.rst +++ b/Doc/library/difflib.rst @@ -495,16 +495,11 @@ The :class:`SequenceMatcher` class has this constructor: Return an upper bound on :meth:`ratio` relatively quickly. - This isn't defined beyond that it is an upper bound on :meth:`ratio`, and - is faster to compute. - .. method:: real_quick_ratio() Return an upper bound on :meth:`ratio` very quickly. - This isn't defined beyond that it is an upper bound on :meth:`ratio`, and - is faster to compute than either :meth:`ratio` or :meth:`quick_ratio`. The three methods that return the ratio of matching to total characters can give different results due to differing levels of approximation, although