Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Mar 2, 2024
1 parent 068bad3 commit e2d54b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def function():

@escape(ValueError, ZeroDivisionError)
async def async_function():
raise ValueError('oh!')
raise ZeroDivisionError('oh!')

function() # Silence.
asyncio.run(async_function()) # Silence.
Expand Down

0 comments on commit e2d54b4

Please sign in to comment.