diff --git a/sources/calc.py b/sources/calc.py index 0d461a11a..5ca0269a9 100644 --- a/sources/calc.py +++ b/sources/calc.py @@ -3,7 +3,7 @@ them together. If either value is a string (or both of them are) 'add2' ensures they are both strings, thereby resulting in a concatenated result. NOTE: If a value submitted to the 'add2' function is a float, it must be done so -in quotes (i.e. as a string). update +in quotes (i.e. as a string). updated ''' # If 'value' is not an integer, convert it to a float and failing that, a string.