Typo in floats
authorJames Bowman <no@email>
Wed, 23 Jun 2010 20:40:07 +0000 (20:40 +0000)
committerJames Bowman <no@email>
Wed, 23 Jun 2010 20:40:07 +0000 (20:40 +0000)
doc/latex2sphinx/latex.py

index c6984ee..e857d29 100644 (file)
@@ -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",