mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH-15961)
This commit is contained in:
parent
a5a7102636
commit
2bb6bf0c8c
8 changed files with 39 additions and 36 deletions
|
@ -147,7 +147,7 @@ PyThread_tss_is_created(Py_tss_t *key)
|
|||
PyDoc_STRVAR(threadinfo__doc__,
|
||||
"sys.thread_info\n\
|
||||
\n\
|
||||
A struct sequence holding information about the thread implementation.");
|
||||
A named tuple holding information about the thread implementation.");
|
||||
|
||||
static PyStructSequence_Field threadinfo_fields[] = {
|
||||
{"name", "name of the thread implementation"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue