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 /Objects/floatobject.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 'Objects/floatobject.c')
-rw-r--r-- | Objects/floatobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/floatobject.c b/Objects/floatobject.c index 20b7f5120b..6643ff340e 100644 --- a/Objects/floatobject.c +++ b/Objects/floatobject.c @@ -43,7 +43,7 @@ static PyTypeObject FloatInfoType; PyDoc_STRVAR(floatinfo__doc__, "sys.float_info\n\ \n\ -A named tuple holding information about the float type. It contains low level\n\ +A structseq holding information about the float type. It contains low level\n\ information about the precision and internal representation. Please study\n\ your system's :file:`float.h` for more information."); |