https://github.com/python/cpython/commit/6611f4df80bbceb4b2fdf9d132c7652eacbd7743
commit: 6611f4df80bbceb4b2fdf9d132c7652eacbd7743
branch: main
author: Victorien <[email protected]>
committer: JelleZijlstra <[email protected]>
date: 2026-08-14T05:58:16-07:00
summary:
Fix typo in `annotationlib` documentation (#155776)
files:
M Doc/library/annotationlib.rst
diff --git a/Doc/library/annotationlib.rst b/Doc/library/annotationlib.rst
index a90754620b59fd..5b22353ea08e64 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]