summaryrefslogtreecommitdiff
path: root/Doc/library/sys.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r--Doc/library/sys.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index ca43dc994c..35d23c67f4 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -408,7 +408,7 @@ always available.
.. data:: flags
- The :term:`named tuple` *flags* exposes the status of command line
+ The :term:`struct sequence` *flags* exposes the status of command line
flags. The attributes are read only.
============================= =============================
@@ -450,7 +450,7 @@ always available.
.. data:: float_info
- A :term:`named tuple` holding information about the float type. It
+ A :term:`struct sequence` holding information about the float type. It
contains low level information about the precision and internal
representation. The values correspond to the various floating-point
constants defined in the standard header file :file:`float.h` for the 'C'
@@ -782,7 +782,7 @@ always available.
.. data:: hash_info
- A :term:`named tuple` giving parameters of the numeric hash
+ A :term:`struct sequence` giving parameters of the numeric hash
implementation. For more details about hashing of numeric types, see
:ref:`numeric-hash`.
@@ -830,7 +830,7 @@ always available.
This is called ``hexversion`` since it only really looks meaningful when viewed
as the result of passing it to the built-in :func:`hex` function. The
- :term:`named tuple` :data:`sys.version_info` may be used for a more
+ :term:`struct sequence` :data:`sys.version_info` may be used for a more
human-friendly encoding of the same information.
More details of ``hexversion`` can be found at :ref:`apiabiversion`.
@@ -882,7 +882,7 @@ always available.
.. data:: int_info
- A :term:`named tuple` that holds information about Python's internal
+ A :term:`struct sequence` that holds information about Python's internal
representation of integers. The attributes are read only.
.. tabularcolumns:: |l|L|
@@ -1457,7 +1457,7 @@ always available.
.. data:: thread_info
- A :term:`named tuple` holding information about the thread
+ A :term:`struct sequence` holding information about the thread
implementation.
.. tabularcolumns:: |l|p{0.7\linewidth}|