mirror of https://github.com/python/cpython
Fix typo: c_float represents to C float type.
This commit is contained in:
parent
ecabc37b08
commit
a3a7ddaae5
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue