Fix typo: c_float represents to C float type.

This commit is contained in:
Thomas Heller 2007-09-06 20:26:20 +00:00
parent ecabc37b08
commit a3a7ddaae5
1 changed files with 1 additions and 1 deletions

View 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.