diff --git a/source/docs/functions/range.rst b/source/docs/functions/range.rst index b466606..70342b3 100644 --- a/source/docs/functions/range.rst +++ b/source/docs/functions/range.rst @@ -20,7 +20,7 @@ Syntax Return Value ============ -#TODO +An immutable iterable object `range(start,stop,[step])` which can be iterated through in a `for` loop. Time Complexity ============ @@ -49,4 +49,4 @@ Example See Also ======== -#TODO \ No newline at end of file +#TODO