docs(typing): add "see PEP 675" to LiteralString (GH-97926)

(cherry picked from commit 2016bc54a2)

Co-authored-by: Simon Legner <Simon.Legner@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-10-05 13:16:12 -07:00 committed by Pablo Galindo
parent e48d6dfbcd
commit 28f97dc9d2
No known key found for this signature in database
GPG key ID: FFE87404168BD847

View file

@ -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