mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)
* bpo-38096: Clean up the "struct sequence" / "named tuple" docs * Fix remaining occurrences of "struct sequence" * Repair a user visible docstring
This commit is contained in:
parent
7b69069e9a
commit
7117074410
8 changed files with 39 additions and 36 deletions
|
@ -5780,7 +5780,7 @@ static PyTypeObject Int_InfoType;
|
|||
PyDoc_STRVAR(int_info__doc__,
|
||||
"sys.int_info\n\
|
||||
\n\
|
||||
A struct sequence that holds information about Python's\n\
|
||||
A named tuple that holds information about Python's\n\
|
||||
internal representation of integers. The attributes are read only.");
|
||||
|
||||
static PyStructSequence_Field int_info_fields[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue