[Python-checkins] docs(typing): add "see PEP 675" to LiteralString (GH-97926)

miss-islington webhook-mailer at python.org
Wed Oct 5 16:16:17 EDT 2022


https://github.com/python/cpython/commit/61183b95ae68c6439840b58ef8eff6371338dd80
commit: 61183b95ae68c6439840b58ef8eff6371338dd80
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-10-05T13:16:12-07:00
summary:

docs(typing): add "see PEP 675" to LiteralString (GH-97926)

(cherry picked from commit 2016bc54a22b83d0ca9174b64257cc7bb67a0916)

Co-authored-by: Simon Legner <Simon.Legner at gmail.com>

files:
M Doc/library/typing.rst

diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index bcdedd533547..b75aa333f73e 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



More information about the Python-checkins mailing list