Commit 00f34c69 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Re-word

parent 8d412f36
...@@ -1791,8 +1791,8 @@ Utility functions ...@@ -1791,8 +1791,8 @@ Utility functions
.. function:: byref(obj[, offset]) .. function:: byref(obj[, offset])
Returns a light-weight pointer to ``obj``, which must be an Returns a light-weight pointer to ``obj``, which must be an
instance of a ctypes type. ``offset`` defaults to zero, it must be instance of a ctypes type. ``offset`` defaults to zero, and must be
an integer which is added to the internal pointer value. an integer that will be added to the internal pointer value.
``byref(obj, offset)`` corresponds to this C code:: ``byref(obj, offset)`` corresponds to this C code::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment