1 parent 63a5d0b commit bcc95cbCopy full SHA for bcc95cb
1 file changed
Lib/difflib.py
@@ -600,7 +600,7 @@ def ratio(self):
600
"""Return a measure of the sequences' similarity (float in [0,1]).
601
602
Where T is the total number of elements in both sequences, and
603
- M is the number of matches, this is 2,0*M / T.
+ M is the number of matches, this is 2.0*M / T.
604
Note that this is 1 if the sequences are identical, and 0 if
605
they have nothing in common.
606
0 commit comments