From 35dc0de097739bea3f28e1362755821c1308d078 Mon Sep 17 00:00:00 2001 From: James Bowman Date: Wed, 23 Jun 2010 20:40:07 +0000 Subject: [PATCH] Typo in floats --- doc/latex2sphinx/latex.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/latex2sphinx/latex.py b/doc/latex2sphinx/latex.py index c6984ee961..e857d297bf 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",