8000 gh-107298: Docs: add targets for some :c:member: and :c:macro: references by serhiy-storchaka · Pull Request #107316 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-107298: Docs: add targets for some :c:member: and :c:macro: references #107316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/c-api/tuple.rst
Co-authored-by: Victor Stinner <vstinner@python.org>
  • Loading branch information
serhiy-storchaka and vstinner authored Jul 27, 2023
commit 7425d8da981227f04b54a65670ed54044fc21c97
2 changes: 1 addition & 1 deletion Doc/c-api/tuple.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ type.

.. c:member:: const char *name

name for the field or ``NULL`` to end the list of named fields,
Name for the field or ``NULL`` to end the list of named fields,
set to :c:data:`PyStructSequence_UnnamedField` to leave unnamed

.. c:member:: const char *doc
Expand Down
0