From 860aefaecafc750c8cc33a0723b463dde28c1864 Mon Sep 17 00:00:00 2001 From: Guy Yagev Date: Fri, 8 Jul 2022 00:31:39 +0300 Subject: gh-92743: Remove copyright sign next to "Raymond Hettinger" (#94665) Closes GH-92743 --- Doc/library/typing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 9936f1a..1b7cf31 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 -- cgit v0.12