Kaydet (Commit) e4597508 authored tarafından Ezio Melotti's avatar Ezio Melotti

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

üst f076f533
......@@ -1909,8 +1909,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=-1)
......
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