Skip to content

Commit 6a37d81

Browse files
committed
typo
1 parent 7a9a3e1 commit 6a37d81

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
@@ -376,7 +376,7 @@ Other language changes
376376
PEP 765: Disallow return/break/continue that exit a finally block
377377
-----------------------------------------------------------------
378378

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

0 commit comments

Comments
 (0)