Commit f252c7b7 authored by Georg Brandl's avatar Georg Brandl

Typo fix.

parent 276887b1
...@@ -1219,7 +1219,7 @@ py_cmp_func 5 7 ...@@ -1219,7 +1219,7 @@ py_cmp_func 5 7
It is quite interesting to see that the Windows \function{qsort} function It is quite interesting to see that the Windows \function{qsort} function
needs more comparisons than the linux version! 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} \begin{verbatim}
>>> for i in ia: print i, >>> for i in ia: print i,
... ...
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment