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 7a9a3e1 commit 6a37d81Copy full SHA for 6a37d81
Doc/whatsnew/3.14.rst
@@ -376,7 +376,7 @@ Other language changes
376
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
+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.
381
This change is specified in :pep:`765`.
382
0 commit comments