From: Thomas Heller Date: Thu, 6 Sep 2007 20:26:03 +0000 (+0000) Subject: Fix typo: c_float represents to C float type. X-Git-Tag: v2.5.2c1~191 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4f5a159aa2f85a9178c1e06c5b37cf1b95771e8;p=python Fix typo: c_float represents to C float type. --- diff --git a/Doc/lib/libctypes.tex b/Doc/lib/libctypes.tex index 786b9668b5..d254a273ad 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*}