We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f8376 commit 7d94852Copy full SHA for 7d94852
Notes/03_Program_organization/03_Error_checking.md
@@ -126,7 +126,7 @@ bar()
126
There are about two-dozen built-in exceptions. Usually the name of
127
the exception is indicative of what's wrong (e.g., a `ValueError` is
128
raised because you supplied a bad value). This is not an
129
-exhaustive list. Check the documentation for more.
+exhaustive list. Check the [documentation](https://docs.python.org/3/library/exceptions.html) for more.
130
131
```python
132
ArithmeticError
0 commit comments