Skip to content

Commit 079fcbf

Browse files
committed
chore: bold
1 parent ac89773 commit 079fcbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/core/event_handler/api_gateway.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ You can use **`not_found`** decorator to override this behaviour, and return a c
524524

525525
### Exception handling
526526

527-
You can use `exception_handler` decorator with any Python exception. This allows you to handle a common exception outside your route, for example validation errors.
527+
You can use **`exception_handler`** decorator with any Python exception. This allows you to handle a common exception outside your route, for example validation errors.
528528

529529
=== "app.py"
530530

0 commit comments

Comments
 (0)