mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-92743: Remove copyright sign next to "Raymond Hettinger" (#94665)
Closes GH-92743
This commit is contained in:
parent
c5819c1f6c
commit
860aefaeca
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue