mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Fix wording about Py_tss_NEEDS_INIT in docs (GH-4096)
Make more sense to replace the word "default value" with "initializer" for Py_tss_NEEDS_INIT.
This commit is contained in:
parent
e968bc7357
commit
831d61d56c
1 changed files with 1 additions and 1 deletions
|
|
@ -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>`.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue