Skip to content

Commit e18fc48

Browse files
authored
Fixed a clerical error in qrcode.py
1 parent baaeb68 commit e18fc48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/wechat_qrcode/samples/qrcode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
except:
2323
print("---------------------------------------------------------------")
2424
print("Failed to initialize WeChatQRCode.")
25-
print("Please, download 'detector.*' and 'sr.*' from")
25+
print("Please, download 'detect.*' and 'sr.*' from")
2626
print("https://github.com/WeChatCV/opencv_3rdparty/tree/wechat_qrcode")
2727
print("and put them into the current directory.")
2828
print("---------------------------------------------------------------")

0 commit comments

Comments
 (0)