From f252c7b76be9a79992f5a882f701c049d605a5db Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 12 Mar 2007 16:15:09 +0000 Subject: [PATCH] Typo fix. --- Doc/lib/libctypes.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libctypes.tex b/Doc/lib/libctypes.tex index 2f880f23fc..184875f1b5 100755 --- a/Doc/lib/libctypes.tex +++ b/Doc/lib/libctypes.tex @@ -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, ... -- 2.50.1