File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -520,12 +520,13 @@ Glossary
520520 :func: `functools.singledispatch ` decorator, and :pep: `443 `.
521521
522522 generic type
523- A :term: `type ` that can be parameterized; typically a container like
524- :class: `list `. Used for :term: `type hints <type hint> ` and
523+ A :term: `type ` that can be parameterized; typically a
524+ :ref: `container class<sequence-types> ` such as :class: `list ` or
525+ :class: `dict `. Used for :term: `type hints <type hint> ` and
525526 :term: `annotations <annotation> `.
526527
527- See :pep: ` 483 ` for more details, and :mod: ` typing ` or
528- :ref: ` generic alias type < types-genericalias >` for its uses .
528+ For more details, see :ref: ` generic alias types<types-genericalias> `,
529+ :pep: ` 483 `, :pep: ` 484 `, :pep: ` 585 `, and the :mod: ` typing ` module .
529530
530531 GIL
531532 See :term: `global interpreter lock `.
You can’t perform that action at this time.
0 commit comments