Commit bcc95cb7 authored by Tim Peters's avatar Tim Peters

Repair typo in docstring.

parent 63a5d0b1
......@@ -600,7 +600,7 @@ class SequenceMatcher:
"""Return a measure of the sequences' similarity (float in [0,1]).
Where T is the total number of elements in both sequences, and
M is the number of matches, this is 2,0*M / T.
M is the number of matches, this is 2.0*M / T.
Note that this is 1 if the sequences are identical, and 0 if
they have nothing in common.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment