Correct typo in mathutils.ceil docstring.

This commit is contained in:
Adam Gibson 2015-04-30 22:01:11 +08:00
parent f3fc4d0638
commit 56cffe7413
1 changed files with 1 additions and 1 deletions

View File

@ -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]