mirror of
https://github.com/python/cpython.git
synced 2026-05-13 14:01:11 +00:00
Fix typo: c_float represents to C float type.
This commit is contained in:
parent
ecabc37b08
commit
a3a7ddaae5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue