We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5819c1 commit 860aefaCopy full SHA for 860aefa
Doc/library/typing.rst
@@ -1142,7 +1142,7 @@ These are not used in annotations. They are building blocks for creating generic
1142
1143
Bound type variables are particularly useful for annotating
1144
:func:`classmethods <classmethod>` that serve as alternative constructors.
1145
- In the following example (©
+ In the following example (by
1146
`Raymond Hettinger <https://www.youtube.com/watch?v=HTLu2DFOdTg>`_), the
1147
type variable ``C`` is bound to the ``Circle`` class through the use of a
1148
forward reference. Using this type variable to annotate the
0 commit comments