]> 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:20 +0000 (20:26 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 6 Sep 2007 20:26:20 +0000 (20:26 +0000)
Doc/library/ctypes.rst

index 1a52a759059b339f6650612143b8a6025f84b567..6c9dbf8ad44de63b1e6599589ac6ea6df83bbdd0 100644 (file)
@@ -2069,7 +2069,7 @@ These are the fundamental ctypes data types:
 
 .. class:: c_float
 
-   Represents the C double datatype. The constructor accepts an optional float
+   Represents the C float datatype. The constructor accepts an optional float
    initializer.