From 28f97dc9d272b517f10882997d20dd1b59e17ff9 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 5 Oct 2022 13:16:12 -0700 Subject: [PATCH] docs(typing): add "see PEP 675" to LiteralString (GH-97926) (cherry picked from commit 2016bc54a22b83d0ca9174b64257cc7bb67a0916) Co-authored-by: Simon Legner --- Doc/library/typing.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 11f0543eb41..b75753f7d67 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -626,6 +626,8 @@ These can be used as types in annotations and do not support ``[]``. that generate type checker errors could be vulnerable to an SQL injection attack. + See :pep:`675` for more details. + .. versionadded:: 3.11 .. data:: Never