]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#8686: remove potentially confusing wording that does not add any value.
authorGeorg Brandl <georg@python.org>
Sun, 17 Oct 2010 09:23:05 +0000 (09:23 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 17 Oct 2010 09:23:05 +0000 (09:23 +0000)
Doc/library/difflib.rst

index 566de72687b6592a3b0f32c6b33e01b604c3ae1e..58bbe4509c3ddcac6630639356ad2a3ab3bb2e04 100644 (file)
@@ -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