Typo in floats

pull/13383/head
James Bowman 15 years ago
parent de00049aad
commit 35dc0de097
  1. 2
      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",

Loading…
Cancel
Save