Clarify docstring
This commit is contained in:
parent
05f2ddd9b3
commit
b4f0386d25
|
@ -13,7 +13,7 @@ def minimum(data):
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
def bounds(data):
|
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
|
raise NotImplementedError
|
||||||
|
|
||||||
def clamp(value, low, high):
|
def clamp(value, low, high):
|
||||||
|
|
Loading…
Reference in New Issue