mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 11:10:21 +08:00
Typo in floats
This commit is contained in:
parent
de00049aad
commit
35dc0de097
@ -500,7 +500,7 @@ class SphinxWriter:
|
||||
type = type.replace('*', '')
|
||||
translate = {
|
||||
"ints" : "sequence of int",
|
||||
"floats" : "sequence of int",
|
||||
"floats" : "sequence of float",
|
||||
"IplImages" : "sequence of :class:`IplImage`",
|
||||
"double" : "float",
|
||||
"int" : "int",
|
||||
|
Loading…
Reference in New Issue
Block a user