]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-92743: Remove copyright sign next to "Raymond Hettinger" (#94665)
authorGuy Yagev <yourlefthandman8@gmail.com>
Thu, 7 Jul 2022 21:31:39 +0000 (00:31 +0300)
committerGitHub <noreply@github.com>
Thu, 7 Jul 2022 21:31:39 +0000 (14:31 -0700)
Closes GH-92743

Doc/library/typing.rst

index 9936f1a3e57c37a6514c72e19fc0196e7f555922..1b7cf31d7cded1b013bbb4be2a1f9f7cf6b93ab8 100644 (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