From 831d61d56c5b0f15cfcfd5083638aa111cddb72b Mon Sep 17 00:00:00 2001 From: Masayuki Yamamoto Date: Tue, 24 Oct 2017 21:58:16 +0900 Subject: 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. --- Doc/c-api/init.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 7792058..dc1939d 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -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 `. -- cgit v0.12