Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion Doc/c-api/init.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ CPython interpreter. This API uses a new type :c:type:`Py_tss_t` instead of

.. c:macro:: Py_tss_NEEDS_INIT

This macro expands to the default value for :c:type:`Py_tss_t` variables.
This macro expands to the initializer for :c:type:`Py_tss_t` variables.
Note that this macro won't be defined with :ref:`Py_LIMITED_API <stable>`.


Expand Down