Skip to content

Commit 12f52c7

Browse files
committed
Correct typo
1 parent 33aafe9 commit 12f52c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo/foo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def sub(a, b):
1616
def mul(a, b):
1717
print("hello")
1818
result = a*b
19-
print("After Result caluclated")
19+
print("After Result calc")
2020
return result
2121

2222

0 commit comments

Comments
 (0)