From: Simon Legner Date: Wed, 5 Oct 2022 20:08:07 +0000 (+0200) Subject: docs(typing): add "see PEP 675" to LiteralString (#97926) X-Git-Tag: v3.12.0a1~232 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2016bc54a22b83d0ca9174b64257cc7bb67a0916;p=thirdparty%2FPython%2Fcpython.git docs(typing): add "see PEP 675" to LiteralString (#97926) --- diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 786f579a07d0..f63d61eb1ea3 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