Skip to content

Commit 826b446

Browse files
committed
JIRA-123: DocString definition ++
1 parent 33a8b74 commit 826b446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def add(x, y):
55
"""
66
return x + y
77

8-
commit -
8+
99
# This function subtracts two numbers
1010
def subtract(x, y):
1111
"""

0 commit comments

Comments
 (0)