From 709f9356936a44f364c7eab362f160b023c48687 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Wed, 29 Apr 2015 01:20:44 -0700 Subject: [PATCH] shorter mathutils heading to make for a nicer TOC --- docs/mathutils.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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