From b1775b16eacb8b25b5b88e01164d95e23ae55ace Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Sat, 1 Jun 2024 19:10:05 -0600 Subject: [PATCH] re-apply review comment --- docs/spec/glossary.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/spec/glossary.rst b/docs/spec/glossary.rst index 39c5e5f4..7d90ee2a 100644 --- a/docs/spec/glossary.rst +++ b/docs/spec/glossary.rst @@ -59,8 +59,8 @@ This section defines a few terms that may be used elsewhere in the specification other :ref:`tuple ` types). gradual type - Types in the Python type system are "gradual types". A gradual type may - be a :term:`fully static type`, or it may be :ref:`Any`, or a type that + Types in the Python type system are "gradual". A gradual type may be a + :term:`fully static type`, or it may be :ref:`Any`, or a type that contains ``Any`` or another :term:`gradual form`. A gradual type does not necessarily represent a single set of possible runtime values; instead it can represent a set of possible static types (a set of possible sets of