Skip to content

Commit 5f00196

Browse files
committed
Fixing type in README.
1 parent 973c02f commit 5f00196

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Let's try running it again with two arguments:
9393
area = height * width
9494
TypeError: can't multiply sequence by non-int of type 'str'
9595

96-
Oop, we definitely have some bugs to fix.
96+
Oops, we definitely have some bugs to fix.
9797

9898
Now, let's try running the script through the Python debugger:
9999

0 commit comments

Comments
 (0)