Fix modules/ typos
Found using `codespell -q 3 -S ./3rdparty -L activ,amin,ang,atleast,childs,dof,endwhile,halfs,hist,iff,nd,od,uint`
This commit is contained in:
@@ -721,7 +721,7 @@ class FuncInfo(object):
|
||||
aname, argno = v.py_outlist[0]
|
||||
code_ret = "return pyopencv_from(%s)" % (aname,)
|
||||
else:
|
||||
# ther is more than 1 return parameter; form the tuple out of them
|
||||
# there is more than 1 return parameter; form the tuple out of them
|
||||
fmtspec = "N"*len(v.py_outlist)
|
||||
backcvt_arg_list = []
|
||||
for aname, argno in v.py_outlist:
|
||||
|
||||
Reference in New Issue
Block a user