From 1817f096f4153293abe7ffb6eda47be3f809fa77 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 12 Mar 2007 16:15:17 +0000 Subject: [PATCH] Typo fix. (backport from rev. 54292) --- 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 2f880f23fc8..184875f1b5b 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, ...