diff --git a/transform.py b/transform.py index 38e6c71..500aa31 100644 --- a/transform.py +++ b/transform.py @@ -13,7 +13,7 @@ def minimum(data): raise NotImplementedError def bounds(data): - "Returns a list of the largest and smallest numbers in data" + "Returns a list of the smallest and largest numbers in data" raise NotImplementedError def clamp(value, low, high):