We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00f297 commit 459ccf0Copy full SHA for 459ccf0
Doc/whatsnew/3.14.rst
@@ -377,7 +377,7 @@ PEP 765: Disallow return/break/continue that exit a finally block
377
-----------------------------------------------------------------
378
379
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.
+:keyword:`continue` statements appears where it exits a :keyword:`finally` block.
381
This change is specified in :pep:`765`.
382
383
New modules
0 commit comments