]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
docs(typing): add "see PEP 675" to LiteralString (GH-97926)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Oct 2022 20:16:12 +0000 (13:16 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2022 20:16:12 +0000 (13:16 -0700)
(cherry picked from commit 2016bc54a22b83d0ca9174b64257cc7bb67a0916)

Co-authored-by: Simon Legner <Simon.Legner@gmail.com>
Doc/library/typing.rst

index bcdedd5335479c2387fecc3391d12525238a260b..b75aa333f73ed30eee190797c1131805c01eee5f 100644 (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