https://github.com/python/cpython/commit/860aefaecafc750c8cc33a0723b463dde28c1864 commit: 860aefaecafc750c8cc33a0723b463dde28c1864 branch: 3.10 author: Guy Yagev <yourlefthandman8 at gmail.com> committer: JelleZijlstra <jelle.zijlstra at gmail.com> date: 2022年07月07日T14:31:39-07:00 summary: gh-92743: Remove copyright sign next to "Raymond Hettinger" (#94665) Closes GH-92743 files: M Doc/library/typing.rst diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 9936f1a3e57c3..1b7cf31d7cded 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 <classmethod>` that serve as alternative constructors. - In the following example (© + In the following example (by `Raymond Hettinger <https://www.youtube.com/watch?v=HTLu2DFOdTg>`_), the type variable ``C`` is bound to the ``Circle`` class through the use of a forward reference. Using this type variable to annotate the