Skip to content

Commit 860aefa

Browse files
gh-92743: Remove copyright sign next to "Raymond Hettinger" (#94665)
Closes GH-92743
1 parent c5819c1 commit 860aefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Doc/library/typing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ These are not used in annotations. They are building blocks for creating generic
11421142

11431143
Bound type variables are particularly useful for annotating
11441144
:func:`classmethods <classmethod>` that serve as alternative constructors.
1145-
In the following example (©
1145+
In the following example (by
11461146
`Raymond Hettinger <https://www.youtube.com/watch?v=HTLu2DFOdTg>`_), the
11471147
type variable ``C`` is bound to the ``Circle`` class through the use of a
11481148
forward reference. Using this type variable to annotate the

0 commit comments

Comments
 (0)