Skip to content

Commit 459ccf0

Browse files
iritkatrielpicnixz
andauthored
Update Doc/whatsnew/3.14.rst
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent a00f297 commit 459ccf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ PEP 765: Disallow return/break/continue that exit a finally block
377377
-----------------------------------------------------------------
378378

379379
The compiler emits a :exc:`SyntaxWarning` when a :keyword:`return`, :keyword:`break` or
380-
:keyword:`continue` statements appears where it exits a :keyword:`!finally` block.
380+
:keyword:`continue` statements appears where it exits a :keyword:`finally` block.
381381
This change is specified in :pep:`765`.
382382

383383
New modules

0 commit comments

Comments
 (0)