diff --git a/sources/calc.py b/sources/calc.py index b03038d..b7c230a 100644 --- a/sources/calc.py +++ b/sources/calc.py @@ -16,7 +16,7 @@ def conv(value): except ValueError: return str(value) -# The 'add2' function itself Yup Yup Yup +# The 'add2' function itself Yup def add2(arg1, arg2): # Convert 'arg1' and 'arg2' to their appropriate types arg1conv = conv(arg1)