]> granicus.if.org Git - python/commitdiff
Typo fix.
authorGeorg Brandl <georg@python.org>
Mon, 12 Mar 2007 16:15:17 +0000 (16:15 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 12 Mar 2007 16:15:17 +0000 (16:15 +0000)
 (backport from rev. 54292)

Doc/lib/libctypes.tex

index 2f880f23fc8f45c4926cf804fe48b81e376c41a6..184875f1b5b4b85134f0f682770718db22ac453f 100755 (executable)
@@ -1219,7 +1219,7 @@ py_cmp_func 5 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,
 ...