From: Andrew M. Kuchling Date: Sun, 13 Jul 2008 21:43:25 +0000 (+0000) Subject: Re-word X-Git-Tag: v2.6b2~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00f34c69b39ab9d2a897f2ecf83003d066bcf505;p=thirdparty%2FPython%2Fcpython.git Re-word --- diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 5a10f82191c0..9b6b86e75b7e 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -1791,8 +1791,8 @@ Utility functions .. function:: byref(obj[, offset]) Returns a light-weight pointer to ``obj``, which must be an - instance of a ctypes type. ``offset`` defaults to zero, it must be - an integer which is added to the internal pointer value. + instance of a ctypes type. ``offset`` defaults to zero, and must be + an integer that will be added to the internal pointer value. ``byref(obj, offset)`` corresponds to this C code::