https://github.com/python/cpython/commit/693d47bb6a63b984ea984706674646a72c70cf6a commit: 693d47bb6a63b984ea984706674646a72c70cf6a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra <[email protected]> date: 2026-08-14T13:06:01Z summary:
[3.14] Fix typo in `annotationlib` documentation (GH-155776) (#155797) Fix typo in `annotationlib` documentation (GH-155776) (cherry picked from commit 6611f4df80bbceb4b2fdf9d132c7652eacbd7743) Co-authored-by: Victorien <[email protected]> files: M Doc/library/annotationlib.rst diff --git a/Doc/library/annotationlib.rst b/Doc/library/annotationlib.rst index af28fe0e2fde2f..5703564c5a7d5d 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:: _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
