mirror of https://github.com/python/cpython
docs(typing): add "see PEP 675" to LiteralString (#97926)
This commit is contained in:
parent
5dc3599135
commit
2016bc54a2
|
@ -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