diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 988842aefc0d67..2a3a7d60c56239 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -644,6 +644,8 @@ Glossary to an array in other languages than to a linked list since access to elements are O(1). + See :ref:`typesseq`. + list comprehension A compact way to process all or part of the elements in a sequence and return a list with the results. ``result = ['{:#04x}'.format(x) for x in