diff --git a/docs/mathutils.rst b/docs/mathutils.rst index c66d2b6..0649fe9 100644 --- a/docs/mathutils.rst +++ b/docs/mathutils.rst @@ -1,5 +1,5 @@ -``mathutils`` - General purpose math functions -============================================== +``mathutils`` - Mathematical functions +====================================== .. automodule:: boltons.mathutils @@ -15,4 +15,4 @@ Note: :func:`ceil_from_iter` and :func:`floor_from_iter` functions are based on the performance impact of this approach. .. _this example: https://docs.python.org/3/library/bisect.html#searching-sorted-lists -.. _StackOverflow Answer: http://stackoverflow.com/a/12141511/811740 \ No newline at end of file +.. _StackOverflow Answer: http://stackoverflow.com/a/12141511/811740