Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3287c83

Browse files
authored
gh-124182: Explain naming rules for struct sequence types (#124335)
1 parent 51d426d commit 3287c83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/c-api/tuple.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ type.
167167
168168
.. c:member:: const char *name
169169
170-
Name of the struct sequence type.
170+
Fully qualified name of the type; null-terminated UTF-8 encoded.
171+
The name must contain the module name.
171172
172173
.. c:member:: const char *doc
173174

0 commit comments

Comments
 (0)