From b835a9dddf58a5ac8378c767d0b947e8db670bc5 Mon Sep 17 00:00:00 2001 From: Chudi Onyilimba Date: Sat, 30 Jul 2022 14:19:02 -0400 Subject: [PATCH] making changes to pull request --- Python/Functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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