From 1dc7e8942f9466aa0be3e349cc58c549e6c8b9ba Mon Sep 17 00:00:00 2001 From: littletomatodonkey Date: Thu, 12 Nov 2020 12:47:28 +0000 Subject: [PATCH] fix some cute typos --- ppocr/data/imaug/rec_img_aug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppocr/data/imaug/rec_img_aug.py b/ppocr/data/imaug/rec_img_aug.py index def6ba3e..b40c48e8 100644 --- a/ppocr/data/imaug/rec_img_aug.py +++ b/ppocr/data/imaug/rec_img_aug.py @@ -35,7 +35,7 @@ from .text_image_aug import tia_perspective, tia_stretch, tia_distort class RecAug(object): - def __init__(self, **kwargsz): + def __init__(self, **kwargs): pass def __call__(self, data):