mirror of https://github.com/python/cpython.git
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:
parent
ef77f2f068
commit
61183b95ae
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue