diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 11f0543eb41..b75753f7d67 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -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