Typo fix.

This commit is contained in:
Georg Brandl 2007-03-12 16:15:09 +00:00
parent 276887b16d
commit f252c7b76b
1 changed files with 1 additions and 1 deletions

View File

@ -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,
...