[Python-checkins] r54292 - python/trunk/Doc/lib/libctypes.tex

georg.brandl python-checkins at python.org
Mon Mar 12 17:15:13 CET 2007


Author: georg.brandl
Date: Mon Mar 12 17:15:09 2007
New Revision: 54292

Modified:
   python/trunk/Doc/lib/libctypes.tex
Log:
Typo fix.


Modified: python/trunk/Doc/lib/libctypes.tex
==============================================================================
--- python/trunk/Doc/lib/libctypes.tex	(original)
+++ python/trunk/Doc/lib/libctypes.tex	Mon Mar 12 17:15:09 2007
@@ -1219,7 +1219,7 @@
 It is quite interesting to see that the Windows \function{qsort} function
 needs more comparisons than the linux version!
 
-As we can easily check, our array sorted now:
+As we can easily check, our array is sorted now:
 \begin{verbatim}
 >>> for i in ia: print i,
 ...


More information about the Python-checkins mailing list