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 1f5323c commit 7a9a3e1Copy full SHA for 7a9a3e1
Doc/whatsnew/3.14.rst
@@ -376,9 +376,9 @@ Other language changes
376
PEP 765: Disallow return/break/continue that exit a finally block
377
-----------------------------------------------------------------
378
379
-The compiler emits a ``SyntaxWarning`` when a ``return``, ``break`` or
380
-``continue`` statements appears where it exits a ``finally`` block.
381
-This change in is specified in :pep:`765`.
+The compiler emits a `:exc:`SyntaxWarning` when a :keyword:`return`, :keyword:`break` or
+:keyword:`continue` statements appears where it exits a :keyword:`!finally` block.
+This change is specified in :pep:`765`.
382
383
New modules
384
===========
0 commit comments