Skip to content

Commit 7f3284e

Browse files
committed
formatting
1 parent 0c40b6c commit 7f3284e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/reference/compound_stmts.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ or :keyword:`continue` statement, the saved exception is discarded. For example,
424424
this function returns 42.
425425

426426
.. code::
427+
427428
def f():
428429
try:
429430
1/0
@@ -448,6 +449,7 @@ statement executed. Since the :keyword:`!finally` clause always executes, a
448449
always be the last one executed. The following function returns 'finally'.
449450

450451
.. code::
452+
451453
def foo():
452454
try:
453455
return 'try'

0 commit comments

Comments
 (0)