diff options
Diffstat (limited to 'Doc/library/ctypes.rst')
-rw-r--r-- | Doc/library/ctypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst index 3687f86..e58d954 100644 --- a/Doc/library/ctypes.rst +++ b/Doc/library/ctypes.rst @@ -1873,7 +1873,7 @@ Utility functions allows specifying the size of the array if the length of the string should not be used. - If the first parameter is a 8-bit string, it is converted into an unicode string + If the first parameter is a 8-bit string, it is converted into a unicode string according to ctypes conversion rules. |