]> granicus.if.org Git - python/commitdiff
Re-word
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 13 Jul 2008 21:43:25 +0000 (21:43 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 13 Jul 2008 21:43:25 +0000 (21:43 +0000)
Doc/library/ctypes.rst

index 5a10f82191c046c851ceeff087d4477181efdcf4..9b6b86e75b7e860ddf3b5c29506ddb1b834fb8b0 100644 (file)
@@ -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::