diff options
author | Simon Legner <Simon.Legner@gmail.com> | 2022-10-05 20:08:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-05 20:08:07 (GMT) |
commit | 2016bc54a22b83d0ca9174b64257cc7bb67a0916 (patch) | |
tree | abf487a3d74792b7d33068fc6e0b38eed0487698 | |
parent | 5dc35991356306055ab2d85b886881ffd6577ae1 (diff) | |
download | cpython-2016bc54a22b83d0ca9174b64257cc7bb67a0916.zip cpython-2016bc54a22b83d0ca9174b64257cc7bb67a0916.tar.gz cpython-2016bc54a22b83d0ca9174b64257cc7bb67a0916.tar.bz2 |
docs(typing): add "see PEP 675" to LiteralString (#97926)
-rw-r--r-- | Doc/library/typing.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 786f579..f63d61e 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -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 |