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

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


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

Modified:
   python/branches/release25-maint/Doc/lib/libctypes.tex
Log:
Typo fix.
 (backport from rev. 54292)

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	Mon Mar 12 17:15:17 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