diff --git a/Python/Functions.py b/Python/Functions.py index 3a2048f..b3a1492 100644 --- a/Python/Functions.py +++ b/Python/Functions.py @@ -1,4 +1,4 @@ -# A Function that returns the smallest of the two arguments +# A Function that returns the smallest of the two arguments faithfully def returnSmallest(a, b): if (a > b): return b