From: Benjamin Peterson Date: Tue, 15 Dec 2009 03:28:17 +0000 (+0000) Subject: Merged revisions 76847 via svnmerge from X-Git-Tag: v2.6.5rc1~271 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e667d632eca0ae8e9375f4eea5deac25e55da048;p=python Merged revisions 76847 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76847 | benjamin.peterson | 2009-12-14 21:25:27 -0600 (Mon, 14 Dec 2009) | 1 line adverb ........ --- diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 5c8fc53048..1947cc38ac 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -1007,7 +1007,7 @@ Here is what we get on Windows:: >>> It is funny to see that on linux the sort function seems to work much more -efficient, it is doing less comparisons:: +efficiently, it is doing less comparisons:: >>> qsort(ia, len(ia), sizeof(c_int), cmp_func) # doctest: +LINUX py_cmp_func 5 1