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 b1e8cce

Browse filesBrowse files
authored
Fixes simple typo in Handling Errors section (#199)
1 parent 5a1ab00 commit b1e8cce
Copy full SHA for b1e8cce

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

‎lectures/python_advanced_features.md‎

Copy file name to clipboardExpand all lines: lectures/python_advanced_features.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ Why?
792792
* Because the debugging information provided by the interpreter is often less useful than the information
793793
on possible errors you have in your head when writing code.
794794
* Because errors causing execution to stop are frustrating if you're in the middle of a large computation.
795-
* Because it's reduces confidence in your code on the part of your users (if you are writing for others).
795+
* Because it reduces confidence in your code on the part of your users (if you are writing for others).
796796

797797
### Assertions
798798

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.