fix some cute typos

This commit is contained in:
littletomatodonkey 2020-11-12 12:47:28 +00:00
parent 7a7059456a
commit 1dc7e8942f
1 changed files with 1 additions and 1 deletions

View File

@ -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):