Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Doc/whatsnew/3.13.rst
Co-authored-by: Carl Meyer <carl@oddbird.net>
  • Loading branch information
JelleZijlstra and carljm authored Apr 26, 2024
commit 9e6ade7446bffa32eb39ac4f7903a2fd3a9d4add
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Other Language Changes

* :ref:`annotation scope <annotation-scopes>` within class scopes can now
contain lambdas and comprehensions. Comprehensions that are located within
class scopes are not inliked into their parent scope. (Contributed by
class scopes are not inlined into their parent scope. (Contributed by
Jelle Zijlstra in :gh:`109118` and :gh:`118160`.)


Expand Down