Skip to content

Commit 1885e94

Browse files
committed
Merge branch 'feat/core/async-with-suggesetions-128398' of github.com:picnixz/cpython into feat/core/async-with-suggesetions-128398
2 parents 018e4ae + d617d89 commit 1885e94

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)