From d00213049e76b9acbb5d293db5b5a86ee1b0a1e3 Mon Sep 17 00:00:00 2001 From: jaksrini Date: Sun, 26 May 2019 15:00:33 -0700 Subject: [PATCH] hi to trigger --- sources/calc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)