From a3a7ddaae506bb783fd43ade071ac06628d2c873 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Thu, 6 Sep 2007 20:26:20 +0000 Subject: [PATCH] Fix typo: c_float represents to C float type. --- Doc/library/ctypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1