Skip to content

Commit 664bb98

Browse files
authored
docs: fix typo.
close #16
1 parent b46c408 commit 664bb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ img_b = Image.open("b.png")
7373
width, height = img_a.size
7474

7575
data_a = pil_to_flatten_data(img_a)
76-
data_b = pil_to_flatten_data(img_a)
76+
data_b = pil_to_flatten_data(img_b)
7777
data_diff = [0] * len(data_a)
7878

7979
mismatch = pixelmatch(data_a, data_b, width, height, data_diff, {

0 commit comments

Comments
 (0)