From 0ee0e4d9ede8403973115570ba603d1c9f3ee3dc Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Wed, 5 Oct 2022 22:08:07 +0200 Subject: [PATCH] docs(typing): add "see PEP 675" to LiteralString (#97926) --- Doc/library/typing.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 786f579a07d02c..f63d61eb1ea38d 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -631,6 +631,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