diff --git a/doc/latex2sphinx/latex.py b/doc/latex2sphinx/latex.py index c6984ee96..e857d297b 100644 --- a/doc/latex2sphinx/latex.py +++ b/doc/latex2sphinx/latex.py @@ -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",