Skip to content

Commit

Permalink
Merge pull request #15 from jaksonhensley/patch-1
Browse files Browse the repository at this point in the history
Update calculator.md
  • Loading branch information
bregman-arie authored Feb 1, 2023
2 parents b4465ae + 2d52000 commit b976bda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exercises/unit_testing/calculator.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def substract(x, y):

def multiply(x, y):
"""Multiply numbers"""
return x * y

def divide(x, y):
"""Divide numbers"""
Expand Down

0 comments on commit b976bda

Please sign in to comment.