Skip to content

Commit 689d555

Browse files
Windsooonmiss-islington
authored andcommitted
1 parent 38df97a commit 689d555

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/c-api/structures.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,8 @@ definition with the same method name.
292292

293293
:attr:`flags` can be ``0`` for write and read access or :c:macro:`READONLY` for
294294
read-only access. Using :c:macro:`T_STRING` for :attr:`type` implies
295-
:c:macro:`READONLY`. Only :c:macro:`T_OBJECT` and :c:macro:`T_OBJECT_EX`
295+
:c:macro:`READONLY`. :c:macro:`T_STRING` data is interpreted as UTF-8.
296+
Only :c:macro:`T_OBJECT` and :c:macro:`T_OBJECT_EX`
296297
members can be deleted. (They are set to *NULL*).
297298

298299

0 commit comments

Comments
 (0)