Skip to content

Commit 6611f4d

Browse files
authored
Fix typo in annotationlib documentation (#155776)
1 parent 4af81d9 commit 6611f4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/annotationlib.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ Functions
235235
annotate functions that support the :attr:`~Format.STRING` format but
236236
do not have access to the code creating the annotations.
237237

238-
For example, this is used to implement the :attr:`~Format.STRING` for
239-
:class:`typing.TypedDict` classes created through the functional syntax:
238+
For example, this is used to implement the :attr:`~Format.STRING` format
239+
for :class:`typing.TypedDict` classes created through the functional syntax:
240240

241241
.. doctest::
242242

0 commit comments

Comments
 (0)