Skip to content

Commit b1e8cce

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/python_advanced_features.md

Lines changed: 1 addition & 1 deletion
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)