]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix wording about Py_tss_NEEDS_INIT in docs (GH-4096)
authorMasayuki Yamamoto <ma3yuki.8mamo10@gmail.com>
Tue, 24 Oct 2017 12:58:16 +0000 (21:58 +0900)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 24 Oct 2017 12:58:16 +0000 (22:58 +1000)
Make more sense to replace the word "default value" with
"initializer" for Py_tss_NEEDS_INIT.

Doc/c-api/init.rst

index 7792058683da0c2f598e34fca838b07e5ccd8cd9..dc1939db17e4c302706a0fe80edb53b093cbaf21 100644 (file)
@@ -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>`.