]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
docs(typing): add "see PEP 675" to LiteralString (#97926)
authorSimon Legner <Simon.Legner@gmail.com>
Wed, 5 Oct 2022 20:08:07 +0000 (22:08 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2022 20:08:07 +0000 (13:08 -0700)
Doc/library/typing.rst

index 786f579a07d02c47e2a7147d3d0e9ac8d8079489..f63d61eb1ea38d317a70911e92c42ea4916aa5f2 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