diff options
Diffstat (limited to 'contrib/tools/python3/Lib/difflib.py')
| -rw-r--r-- | contrib/tools/python3/Lib/difflib.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tools/python3/Lib/difflib.py b/contrib/tools/python3/Lib/difflib.py index 33e7e6c165a..db550ceff2e 100644 --- a/contrib/tools/python3/Lib/difflib.py +++ b/contrib/tools/python3/Lib/difflib.py @@ -78,8 +78,8 @@ class SequenceMatcher: sequences. As a rule of thumb, a .ratio() value over 0.6 means the sequences are close matches: - >>> print(round(s.ratio(), 3)) - 0.866 + >>> print(round(s.ratio(), 2)) + 0.87 >>> If you're only interested in where the sequences match, |
