From: Benjamin Peterson Date: Tue, 15 Dec 2009 03:25:27 +0000 (+0000) Subject: adverb X-Git-Tag: v2.7a2~168 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf306cadd6d5bbbc19d12b92ba6afd6591293d50;p=python 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