docs(sequence): fix
forgot that I have defined the term
This commit is contained in:
parent
c15ed38624
commit
d73e0ee259
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue