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 5a1ab00 commit b1e8cceCopy full SHA for b1e8cce
lectures/python_advanced_features.md
@@ -792,7 +792,7 @@ Why?
792
* Because the debugging information provided by the interpreter is often less useful than the information
793
on possible errors you have in your head when writing code.
794
* 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).
+* Because it reduces confidence in your code on the part of your users (if you are writing for others).
796
797
### Assertions
798
0 commit comments