Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 9a3cd38 + 7d94852 commit 3ff2900Copy full SHA for 3ff2900
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