Skip to content

Commit ab82727

Browse files
authored
Update glossary.rst
1 parent 541a35a commit ab82727

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/glossary.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)