Skip to content

Commit 0aeb220

Browse files
Update Misc/NEWS.d/next/Core_and_Builtins/2026-02-26-18-00-00.gh-issue-145241.hL2k9Q.rst
Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
1 parent 16e0169 commit 0aeb220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
Specialized the parser error for a single unparenthesized ``with`` item followed
1+
Specialized the parser error for when ``with`` items are followed
22
by a trailing comma (for example, ``with item,:``), raising a clearer
3-
:exc:`SyntaxError` message. Patch by Pablo Galindo.
3+
:exc:`SyntaxError` message. Patch by Pablo Galindo and Bartosz Sławecki.

0 commit comments

Comments
 (0)