commit | a3a7ddaae506bb783fd43ade071ac06628d2c873 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Thu Sep 06 20:26:20 2007 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Thu Sep 06 20:26:20 2007 +0000 |
tree | 21fb1d4484280cee5b2c42fcba7aca28a62eb3a6 | |
parent | ecabc37b08ffd4e270a08fae8a7ecdeeba343c56 [diff] |
Fix typo: c_float represents to C float type.
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 1a52a75..6c9dbf8 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst
@@ -2069,7 +2069,7 @@ .. 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.