We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33aafe9 commit 12f52c7Copy full SHA for 12f52c7
src/demo/foo.py
@@ -16,7 +16,7 @@ def sub(a, b):
16
def mul(a, b):
17
print("hello")
18
result = a*b
19
- print("After Result caluclated")
+ print("After Result calc")
20
return result
21
22
0 commit comments