]> 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)
committerPablo Galindo <pablogsal@gmail.com>
Sat, 22 Oct 2022 19:05:11 +0000 (20:05 +0100)
(cherry picked from commit 2016bc54a22b83d0ca9174b64257cc7bb67a0916)

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

index 11f0543eb41e438c35a918362c8469d7bedfaa2d..b75753f7d677518906823a109bb4d277f0d441da 100644 (file)
@@ -626,6 +626,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