diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 9936f1a3e57..1b7cf31d7cd 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -1142,7 +1142,7 @@ These are not used in annotations. They are building blocks for creating generic Bound type variables are particularly useful for annotating :func:`classmethods ` that serve as alternative constructors. - In the following example (© + In the following example (by `Raymond Hettinger `_), the type variable ``C`` is bound to the ``Circle`` class through the use of a forward reference. Using this type variable to annotate the