Skip to content

Commit b7975c0

Browse files
Update Abstract Python Examples.py
1 parent 83971e4 commit b7975c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Abstract Python Examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@ def __init__(self):
11801180
# Here is a basic, skeletal structure of a Try: and Except: block.
11811181
# The 'Pass' statement ignores any empty code blocks, which are
11821182
# 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
1183+
# program is clearly shown. Note: you do not need to invoke the
11841184
# 'finally' statement into try: and Except: blocks, but they can be
11851185
# quite handy when you want to show any output on the screen,
11861186
# no matter the outcome of the program's execution/run.

0 commit comments

Comments
 (0)