Skip to content

Commit 534b171

Browse files
Viicosmiss-islington
authored andcommitted
Fix typo in annotationlib documentation (GH-155776)
(cherry picked from commit 6611f4d) Co-authored-by: Victorien <65306057+Viicos@users.noreply.github.com>
1 parent 031cd30 commit 534b171

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)