]> granicus.if.org Git - python/commitdiff
adverb
authorBenjamin Peterson <benjamin@python.org>
Tue, 15 Dec 2009 03:25:27 +0000 (03:25 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 15 Dec 2009 03:25:27 +0000 (03:25 +0000)
Doc/library/ctypes.rst

index 5c8fc53048d975d98f484e54e60ec853db1fbb6a..1947cc38acb21214a97f2d33633afc4538740047 100644 (file)
@@ -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