Clarify docstring
This commit is contained in:
@@ -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):
|
||||||
|
Reference in New Issue
Block a user