Fix typo: c_float represents to C float type.
This commit is contained in:
parent
303d35082c
commit
c4f5a159aa
|
@ -2177,7 +2177,7 @@ optional float initializer.
|
|||
\end{classdesc*}
|
||||
|
||||
\begin{classdesc*}{c_float}
|
||||
Represents the C double datatype. The constructor accepts an
|
||||
Represents the C float datatype. The constructor accepts an
|
||||
optional float initializer.
|
||||
\end{classdesc*}
|
||||
|
||||
|
|
Loading…
Reference in New Issue