[Python-checkins] r58020 - python/branches/release25-maint/Doc/lib/libctypes.tex

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


Author: thomas.heller
Date: Thu Sep  6 22:26:03 2007
New Revision: 58020

Modified:
   python/branches/release25-maint/Doc/lib/libctypes.tex
Log:
Fix typo:  c_float represents to C float type.

Modified: python/branches/release25-maint/Doc/lib/libctypes.tex
==============================================================================
--- python/branches/release25-maint/Doc/lib/libctypes.tex	(original)
+++ python/branches/release25-maint/Doc/lib/libctypes.tex	Thu Sep  6 22:26:03 2007
@@ -2177,7 +2177,7 @@
 \end{classdesc*}
 
 \begin{classdesc*}{c_float}
-Represents the C double datatype. The constructor accepts an
+Represents the C float datatype. The constructor accepts an
 optional float initializer.
 \end{classdesc*}
 


More information about the Python-checkins mailing list