Skip to content

Commit 8e8e45e

Browse files
Update Doc/whatsnew/3.14.rst
1 parent 697e13d commit 8e8e45e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ This example shows how these formats behave:
103103
>>> get_annotations(func, format=Format.SOURCE)
104104
{'arg': 'Undefined'}
105105

106-
Implications if you write annotations in your code
107-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
106+
Implications for annotated code
107+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
108108

109109
If you define annotations in your code (for example, for use with a static type
110110
checker), then this change probably does not affect you: you can keep

0 commit comments

Comments
 (0)