[Python-checkins] r58021 - python/trunk/Doc/library/ctypes.rst

thomas.heller python-checkins at python.org
Thu Sep 6 22:26:20 CEST 2007


Author: thomas.heller
Date: Thu Sep  6 22:26:20 2007
New Revision: 58021

Modified:
   python/trunk/Doc/library/ctypes.rst
Log:
Fix typo:  c_float represents to C float type.

Modified: python/trunk/Doc/library/ctypes.rst
==============================================================================
--- python/trunk/Doc/library/ctypes.rst	(original)
+++ python/trunk/Doc/library/ctypes.rst	Thu Sep  6 22:26:20 2007
@@ -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.
 
 


More information about the Python-checkins mailing list