docs(sequence): fix

forgot that I have defined the term
This commit is contained in:
gwen 2026-06-13 10:28:42 +02:00
parent c15ed38624
commit d73e0ee259

View file

@ -140,7 +140,9 @@ And the Rougail output is:
Sequence. Sequence.
We saw a :term:`sequence` type family, which full name is :ref:`Sequence of homogeneous elements <sequence_family>`. We saw a :term:`sequence` type family, which full name is :ref:`Sequence of homogeneous elements <sequence_family>`.
What is remarkable here is that we are dealing with a new form of :ref:`consistency` **comments**
What is remarkable here is that we are dealing with a new form of :term:`consistency`
which focuses on variables that are similar within a family, which focuses on variables that are similar within a family,
not because they have the same type, but because, as they are lists, not because they have the same type, but because, as they are lists,
they must have the same number of elements. they must have the same number of elements.