diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2019-09-11 19:49:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-11 19:49:02 -0700 |
commit | eb494b470d36e4951859fc0b89c1fa50006fe84f (patch) | |
tree | 2defd9c32a3c83dd720b80fa21efe0108e441cc6 /Python/thread.c | |
parent | 39de95b746c990e6a2fe9af5fad01747f58b2e5f (diff) | |
download | cpython-git-revert-15895-named_tuple_concept.tar.gz |
Revert "bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)"revert-15895-named_tuple_concept
This reverts commit 7117074410118086938044c7a4ef6846ec1662b2.
Diffstat (limited to 'Python/thread.c')
-rw-r--r-- | Python/thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread.c b/Python/thread.c index c36ce6ff98..c5364f9194 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -147,7 +147,7 @@ PyThread_tss_is_created(Py_tss_t *key) PyDoc_STRVAR(threadinfo__doc__, "sys.thread_info\n\ \n\ -A named tuple holding information about the thread implementation."); +A struct sequence holding information about the thread implementation."); static PyStructSequence_Field threadinfo_fields[] = { {"name", "name of the thread implementation"}, |