From: Guy Yagev Date: Thu, 7 Jul 2022 21:31:39 +0000 (+0300) Subject: gh-92743: Remove copyright sign next to "Raymond Hettinger" (#94665) X-Git-Tag: v3.10.6~78 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=860aefaecafc750c8cc33a0723b463dde28c1864;p=thirdparty%2FPython%2Fcpython.git gh-92743: Remove copyright sign next to "Raymond Hettinger" (#94665) Closes GH-92743 --- diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 9936f1a3e57c..1b7cf31d7cde 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