commit | 1817f096f4153293abe7ffb6eda47be3f809fa77 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Mon Mar 12 16:15:17 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Mon Mar 12 16:15:17 2007 +0000 |
tree | a688ccd1fe40d667a1bbe082a6c7e6bffbd0910a | |
parent | a8cfa2a8cd2b1d781c9f7f6fe0611c71134b75f4 [diff] |
Typo fix. (backport from rev. 54292)
diff --git a/Doc/lib/libctypes.tex b/Doc/lib/libctypes.tex index 2f880f2..184875f 100755 --- a/Doc/lib/libctypes.tex +++ b/Doc/lib/libctypes.tex
@@ -1219,7 +1219,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, ...