]> granicus.if.org Git - python/commitdiff
Fix typo: c_float represents to C float type.
authorThomas Heller <theller@ctypes.org>
Thu, 6 Sep 2007 20:26:03 +0000 (20:26 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 6 Sep 2007 20:26:03 +0000 (20:26 +0000)
Doc/lib/libctypes.tex

index 786b9668b56b24e94bdb9aacf86c8e4efb9d4f11..d254a273ad02cf9324eeeeabb2f839963320e62b 100755 (executable)
@@ -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*}