[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 3287c834e5)

Co-authored-by: ffelixg <142172984+ffelixg@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2024-10-07 23:47:30 +02:00 committed by GitHub
parent 2d3087b3cf
commit 566983dd12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -161,7 +161,8 @@ type.
.. c:member:: const char *name
Name of the struct sequence type.
Fully qualified name of the type; null-terminated UTF-8 encoded.
The name must contain the module name.
.. c:member:: const char *doc