Skip to content

Commit 4d39b33

Browse files
authored
Fix formatting in README for custom_exceptions.py
1 parent de40f92 commit 4d39b33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

08-error-handling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This module covers exception handling in Python, from basic try-except blocks to
1717
| File | Topic | Description |
1818
|------|-------|-------------|
1919
| [try_except.py](try_except.py) | Try-Except | Basic exception handling |
20-
| [custom_exceptions.py](custom_exceptions.py) | Custom Exceptions | Creating your own exceptions |
20+
| [custom_exceptions.py](custom_exceptions.py) | Custom Exceptions | Creating your own exceptions |
2121

2222
## ⏱️ Estimated Time
2323

0 commit comments

Comments
 (0)