summaryrefslogtreecommitdiff
path: root/Objects/longobject.c
diff options
context:
space:
mode:
authorRaymond Hettinger <rhettinger@users.noreply.github.com>2019-09-11 19:49:02 -0700
committerGitHub <noreply@github.com>2019-09-11 19:49:02 -0700
commiteb494b470d36e4951859fc0b89c1fa50006fe84f (patch)
tree2defd9c32a3c83dd720b80fa21efe0108e441cc6 /Objects/longobject.c
parent39de95b746c990e6a2fe9af5fad01747f58b2e5f (diff)
downloadcpython-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 'Objects/longobject.c')
-rw-r--r--Objects/longobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/longobject.c b/Objects/longobject.c
index 6afec180a5..ed25e0bee3 100644
--- a/Objects/longobject.c
+++ b/Objects/longobject.c
@@ -5780,7 +5780,7 @@ static PyTypeObject Int_InfoType;
PyDoc_STRVAR(int_info__doc__,
"sys.int_info\n\
\n\
-A named tuple that holds information about Python's\n\
+A struct sequence that holds information about Python's\n\
internal representation of integers. The attributes are read only.");
static PyStructSequence_Field int_info_fields[] = {