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

This commit is contained in:
Simon Legner 2022-10-05 22:08:07 +02:00 committed by GitHub
parent 5dc3599135
commit 2016bc54a2
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