Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7d94852

Browse filesBrowse files
committed
Add missing link to built-in exceptions documentation
1 parent 88f8376 commit 7d94852
Copy full SHA for 7d94852

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎Notes/03_Program_organization/03_Error_checking.md‎

Copy file name to clipboardExpand all lines: Notes/03_Program_organization/03_Error_checking.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.