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

Skip to content

Commit 566983d

Browse files
[3.13] gh-124182: Explain naming rules for struct sequence types (GH-124335) (#125057)
gh-124182: Explain naming rules for struct sequence types (GH-124335) (cherry picked from commit 3287c83) Co-authored-by: ffelixg <[email protected]>
1 parent 2d3087b commit 566983d

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
@@ -161,7 +161,8 @@ type.
161161
162162
.. c:member:: const char *name
163163
164-
Name of the struct sequence type.
164+
Fully qualified name of the type; null-terminated UTF-8 encoded.
165+
The name must contain the module name.
165166
166167
.. c:member:: const char *doc
167168

0 commit comments

Comments
 (0)