Commit c6240381 authored by Ezio Melotti's avatar Ezio Melotti

#19319: fix ctypes docs: sizeof is an operator in C, not a function.

parent bc385481
......@@ -2006,8 +2006,8 @@ Utility functions
.. function:: sizeof(obj_or_type)
Returns the size in bytes of a ctypes type or instance memory buffer. Does the
same as the C ``sizeof()`` function.
Returns the size in bytes of a ctypes type or instance memory buffer.
Does the same as the C ``sizeof`` operator.
.. function:: string_at(address[, size])
......
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