mirror of
https://github.com/python/cpython.git
synced 2026-01-28 18:22:17 +00:00
Typo fix.
(backport from rev. 54292)
This commit is contained in:
parent
a8cfa2a8cd
commit
1817f096f4
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue