diff --git a/boltons/mathutils.py b/boltons/mathutils.py index b2aa944..0158822 100644 --- a/boltons/mathutils.py +++ b/boltons/mathutils.py @@ -12,7 +12,7 @@ def ceil(x, options=None): Args: x (int or float): Number to be tested. - options (iterable): Optional terable of arbitrary numbers + options (iterable): Optional iterable of arbitrary numbers (ints or floats). >>> VALID_CABLE_CSA = [1.5, 2.5, 4, 6, 10, 25, 35, 50]