Kaydet (Commit) 831d61d5 authored tarafından Masayuki Yamamoto's avatar Masayuki Yamamoto Kaydeden (comit) Nick Coghlan

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.
üst e968bc73
......@@ -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>`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment