https://github.com/python/cpython/commit/39a0217217ce4f50d8908883f6b835a53692e5f6 commit: 39a0217217ce4f50d8908883f6b835a53692e5f6 branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-08-15T18:43:48+09:00 summary:
[3.15] Fix typo in `annotationlib` documentation (GH-155776) (#155796) 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]
