Commit 35dc0de0 authored by James Bowman's avatar James Bowman

Typo in floats

parent de00049a
...@@ -500,7 +500,7 @@ class SphinxWriter: ...@@ -500,7 +500,7 @@ class SphinxWriter:
type = type.replace('*', '') type = type.replace('*', '')
translate = { translate = {
"ints" : "sequence of int", "ints" : "sequence of int",
"floats" : "sequence of int", "floats" : "sequence of float",
"IplImages" : "sequence of :class:`IplImage`", "IplImages" : "sequence of :class:`IplImage`",
"double" : "float", "double" : "float",
"int" : "int", "int" : "int",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment