Skip to content

Commit 1374c1b

Browse files
committed
Tweak error handling wip
1 parent 9f2d766 commit 1374c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/25_error_handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Sometimes, things go wrong.
1010
If your code attempts an unsupported operation, such as dividing by zero or accessing a key in a dictionary that doesn't exist, an exception is thrown.
11-
An unhandled exception causes the program to halt, but sometimes, we can recover from these errors and want different behavior.
11+
An unhandled exception causes the program to halt, but sometimes, we want to recover from or handle these errors.
1212
Let's explore how to handle exceptions!
1313

1414
## Illustrating the Problem

0 commit comments

Comments
 (0)