gh-92743: Remove copyright sign next to "Raymond Hettinger" (#94665)

Closes GH-92743
This commit is contained in:
Guy Yagev 2022-07-08 00:31:39 +03:00 committed by GitHub
parent c5819c1f6c
commit 860aefaeca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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