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

Skip to content

Commit 831d61d

Browse files
ma8mancoghlan
authored andcommitted
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.
1 parent e968bc7 commit 831d61d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/init.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ CPython interpreter. This API uses a new type :c:type:`Py_tss_t` instead of
12461246
12471247
.. c:macro:: Py_tss_NEEDS_INIT
12481248
1249-
This macro expands to the default value for :c:type:`Py_tss_t` variables.
1249+
This macro expands to the initializer for :c:type:`Py_tss_t` variables.
12501250
Note that this macro won't be defined with :ref:`Py_LIMITED_API <stable>`.
12511251
12521252

0 commit comments

Comments
 (0)