Skip to content

Commit 7d94852

Browse files
committed
Add missing link to built-in exceptions documentation
1 parent 88f8376 commit 7d94852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/03_Program_organization/03_Error_checking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ bar()
126126
There are about two-dozen built-in exceptions. Usually the name of
127127
the exception is indicative of what's wrong (e.g., a `ValueError` is
128128
raised because you supplied a bad value). This is not an
129-
exhaustive list. Check the documentation for more.
129+
exhaustive list. Check the [documentation](https://docs.python.org/3/library/exceptions.html) for more.
130130

131131
```python
132132
ArithmeticError

0 commit comments

Comments
 (0)