diff --git a/modules/wechat_qrcode/samples/qrcode.py b/modules/wechat_qrcode/samples/qrcode.py index 7713734f9..405a523e0 100644 --- a/modules/wechat_qrcode/samples/qrcode.py +++ b/modules/wechat_qrcode/samples/qrcode.py @@ -22,7 +22,7 @@ try: except: print("---------------------------------------------------------------") print("Failed to initialize WeChatQRCode.") - print("Please, download 'detector.*' and 'sr.*' from") + print("Please, download 'detect.*' and 'sr.*' from") print("https://github.com/WeChatCV/opencv_3rdparty/tree/wechat_qrcode") print("and put them into the current directory.") print("---------------------------------------------------------------")