Fix call to SequenceMatcher.get_opcodes in SMDiffer

Review Request #6759 — Created Jan. 12, 2015 and submitted — Latest diff uploaded

Information

Review Board
master
bc73d56...

Reviewers

SequenceMatcher.get_opcodes only takes one argument and self
(referencing the SMDiffer instance) was being passed to it, which
raises an exception. This change fixes that.

Bring docstring for SMDiffer in line with PEP 257.

Ran unit tests successfully.

    Loading...