From 534b171d46bee6a955837f260ad163ee99cd2a81 Mon Sep 17 00:00:00 2001 From: Victorien <65306057+Viicos@users.noreply.github.com> Date: Fri, 14 Aug 2026 14:58:16 +0200 Subject: [PATCH] Fix typo in `annotationlib` documentation (GH-155776) (cherry picked from commit 6611f4df80bbceb4b2fdf9d132c7652eacbd7743) Co-authored-by: Victorien <65306057+Viicos@users.noreply.github.com> --- Doc/library/annotationlib.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/annotationlib.rst b/Doc/library/annotationlib.rst index af28fe0e2fde2f8..5703564c5a7d5d3 100644 --- a/Doc/library/annotationlib.rst +++ b/Doc/library/annotationlib.rst @@ -235,8 +235,8 @@ Functions annotate functions that support the :attr:`~Format.STRING` format but do not have access to the code creating the annotations. - For example, this is used to implement the :attr:`~Format.STRING` for - :class:`typing.TypedDict` classes created through the functional syntax: + For example, this is used to implement the :attr:`~Format.STRING` format + for :class:`typing.TypedDict` classes created through the functional syntax: .. doctest::