Skip to content

Commit 56a33df

Browse files
Update Doc/whatsnew/3.14.rst
Co-authored-by: Stan Ulbrych <[email protected]>
1 parent 5b7ba97 commit 56a33df

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
@@ -304,8 +304,8 @@ Improved error messages
304304
SyntaxError: invalid syntax. Did you mean 'raise'?
305305
306306
While the feature focuses on the most common cases, some variations of
307-
misspellings may still result in regular syntax errors. (Contributed by Pablo
308-
Galindo in :gh:`132449`.)
307+
misspellings may still result in regular syntax errors.
308+
(Contributed by Pablo Galindo in :gh:`132449`.)
309309

310310
* When unpacking assignment fails due to incorrect number of variables, the
311311
error message prints the received number of values in more cases than before.

0 commit comments

Comments
 (0)