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 GitHub
parent ef77f2f068
commit 61183b95ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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