Skip to content

Commit d617d89

Browse files
authored
Update Misc/NEWS.d/next/Core_and_Builtins/2025-04-07-13-46-57.gh-issue-128398.gJ2zIF.rst
1 parent f77056e commit d617d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Improve error message when an object supporting the synchronous (resp.
22
asynchronous) context manager protocol is entered using :keyword:`async
3-
with` (resp. :keyword:`with`) block instead of :keyword:`with` (resp.
3+
with` (resp. :keyword:`with`) instead of :keyword:`with` (resp.
44
:keyword:`async with`). Patch by Bénédikt Tran.

0 commit comments

Comments
 (0)