File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -510,12 +510,13 @@ Glossary
510
510
:func: `functools.singledispatch ` decorator, and :pep: `443 `.
511
511
512
512
generic type
513
- A :term: `type ` that can be parameterized; typically a container like
514
- :class: `list `. Used for :term: `type hints <type hint> ` and
513
+ A :term: `type ` that can be parameterized; typically a
514
+ :ref: `container class<sequence-types> ` such as :class: `list ` or
515
+ :class: `dict `. Used for :term: `type hints <type hint> ` and
515
516
:term: `annotations <annotation> `.
516
517
517
- See :pep: ` 483 ` for more details, and :mod: ` typing ` or
518
- :ref: ` generic alias type < types-genericalias >` for its uses .
518
+ For more details, see :ref: ` generic alias types<types-genericalias> `,
519
+ :pep: ` 483 `, :pep: ` 484 `, :pep: ` 585 `, and the :mod: ` typing ` module .
519
520
520
521
GIL
521
522
See :term: `global interpreter lock `.
You can’t perform that action at this time.
0 commit comments