diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2013-10-21 01:42:12 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2013-10-21 01:42:12 (GMT) |
commit | 47f1b762fdfab90ecc4744cd9f6ea590ddb922c3 (patch) | |
tree | eb47d44976feb41115307e2eae1ced826c70fe47 /Doc | |
parent | 7be5d7d0e0f3afda46dad9a76f4981e9161d20ce (diff) | |
parent | e45975080bc4e63647da10dfc1157f2868211035 (diff) | |
download | cpython-47f1b762fdfab90ecc4744cd9f6ea590ddb922c3.zip cpython-47f1b762fdfab90ecc4744cd9f6ea590ddb922c3.tar.gz cpython-47f1b762fdfab90ecc4744cd9f6ea590ddb922c3.tar.bz2 |
#19319: merge with 3.3.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/ctypes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index a6c918d..a9dce61 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -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) |