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 83971e4 commit b7975c0Copy full SHA for b7975c0
Abstract Python Examples.py
@@ -1180,7 +1180,7 @@ def __init__(self):
1180
# Here is a basic, skeletal structure of a Try: and Except: block.
1181
# The 'Pass' statement ignores any empty code blocks, which are
1182
# not used for now. In this case, only the skeletal structure of the
1183
-# program is clearly shown. Note: you do not need to invoke the
+# program is clearly shown. Note: you do not need to invoke the
1184
# 'finally' statement into try: and Except: blocks, but they can be
1185
# quite handy when you want to show any output on the screen,
1186
# no matter the outcome of the program's execution/run.
0 commit comments