[Python-checkins] r76847 - python/trunk/Doc/library/ctypes.rst

benjamin.peterson python-checkins at python.org
Tue Dec 15 04:25:27 CET 2009


Author: benjamin.peterson
Date: Tue Dec 15 04:25:27 2009
New Revision: 76847

Log:
adverb

Modified:
   python/trunk/Doc/library/ctypes.rst

Modified: python/trunk/Doc/library/ctypes.rst
==============================================================================
--- python/trunk/Doc/library/ctypes.rst	(original)
+++ python/trunk/Doc/library/ctypes.rst	Tue Dec 15 04:25:27 2009
@@ -1007,7 +1007,7 @@
    >>>
 
 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


More information about the Python-checkins mailing list