From 71185b57d99fbbdd193bad26bd087ecf94d97c57 Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Sun, 14 Nov 2021 23:43:42 +0100 Subject: [PATCH] Add `Self` type to the README of typing-extensions --- typing_extensions/README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/typing_extensions/README.rst b/typing_extensions/README.rst index 769535e6f..54b7eb7bf 100644 --- a/typing_extensions/README.rst +++ b/typing_extensions/README.rst @@ -59,6 +59,7 @@ This module currently contains the following: - ``Protocol`` - ``Required`` - ``runtime_checkable`` +- ``Self`` - ``Text`` - ``Type`` - ``TypedDict``