File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -681,9 +681,9 @@ Glossary
681681 A :term: `type ` that can have type arguments; typically
682682 a :ref: `container class<sequence-types> ` such as :class: `list ` or :class: `dict `.
683683 Used for :term: `type hints <type hint> ` and :term: `annotations <annotation> `.
684- Created by a :ref: `generic-classes <generic class >`,
685- :term: `generic-functions <generic function > `
686- or :ref: `generic- type-aliases <generic type alias >`.
684+ Created by a :ref: `generic class <generic-classes >`,
685+ :term: `generic function <generic-functions > `
686+ or :ref: `generic type alias <generic- type-aliases >`.
687687
688688 For more details, see :ref: `generic alias types<types-genericalias> `,
689689 :pep: `483 `, :pep: `484 `, :pep: `585 `, and the :mod: `typing ` module.
You can’t perform that action at this time.
0 commit comments