From 6d46aab1855033476d7300be6caf1b0540c996e1 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:34:22 +0200 Subject: [PATCH] Spec: add Self reference to link from PEP 673 --- docs/spec/generics.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/spec/generics.rst b/docs/spec/generics.rst index 382cdd4e8..42cf4f17d 100644 --- a/docs/spec/generics.rst +++ b/docs/spec/generics.rst @@ -1754,6 +1754,8 @@ overloads for each possible rank is, of course, a rather cumbersome solution. However, it's the best we can do without additional type manipulation mechanisms.) +.. _`self`: + ``Self`` --------