From e832e9f2ab4ef7c9649c5a43824c2c8f97d5c6df Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Nov 2011 13:38:00 -0600 Subject: Fix accidental rename of strings to tqunicode --- sphinx/using.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sphinx/using.rst') diff --git a/sphinx/using.rst b/sphinx/using.rst index 99fd389..961ff94 100644 --- a/sphinx/using.rst +++ b/sphinx/using.rst @@ -552,8 +552,8 @@ Support for Wide Characters --------------------------- SIP v4.6 introduced support for wide characters (i.e. the ``wchar_t`` type). -Python's C API includes support for converting between tqunicode objects and wide -character strings and arrays. When converting from a tqunicode object to wide +Python's C API includes support for converting between unicode objects and wide +character strings and arrays. When converting from a unicode object to wide characters SIP creates the string or array on the heap (using memory allocated using :cfunc:`sipMalloc()`). This then raises the problem of how this memory is subsequently freed. -- cgit v1.2.3