From: Thomas Heller Date: Thu, 6 Sep 2007 20:26:20 +0000 (+0000) Subject: Fix typo: c_float represents to C float type. X-Git-Tag: v2.6a1~1337 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3a7ddaae506bb783fd43ade071ac06628d2c873;p=python Fix typo: c_float represents to C float type. --- diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 1a52a75905..6c9dbf8ad4 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -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.