Skip to content

Commit 0ebe9fc

Browse files
committed
correct type
1 parent c1685a5 commit 0ebe9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The [website](https://multi-template-matching.github.io/Multi-Template-Matching/
3636

3737
```python
3838
listLabel = [] # this one should have the string identifier for each template
39-
listTemplate = [] # this one should have the image array for each template, both list should have the same length
39+
listTemplate = [] # this one should have the image array for each template, both lists should have the same length
4040
listTemplateTuple = zip(listLabel, listTemplate)
4141
```
4242

0 commit comments

Comments
 (0)