From c4f5a159aa2f85a9178c1e06c5b37cf1b95771e8 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Thu, 6 Sep 2007 20:26:03 +0000 Subject: Fix typo: c_float represents to C float type. --- Doc/lib/libctypes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libctypes.tex b/Doc/lib/libctypes.tex index 786b966..d254a27 100755 --- a/Doc/lib/libctypes.tex +++ b/Doc/lib/libctypes.tex @@ -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*} -- cgit v0.12