New submission from Christoph Baumgartner:

The documentation about ctypes.sizeof:

"Returns the size in bytes of a ctypes type or instance memory buffer. Does the 
same as the C sizeof() function."

'sizeof' is an operator. I would drop the parentheses as well.

----------
assignee: docs@python
components: Documentation
messages: 200604
nosy: Christoph.Baumgartner, docs@python
priority: normal
severity: normal
status: open
title: misleading comment regarding C

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19319>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to