From b9b0a580f22b411df3993a85643b3df8e96f0eaa Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 12 May 2015 19:15:53 -0400 Subject: use imperative --- Doc/library/math.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/math.rst b/Doc/library/math.rst index 562388e..22d2316 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst @@ -280,12 +280,12 @@ Angular conversion .. function:: degrees(x) - Converts angle *x* from radians to degrees. + Convert angle *x* from radians to degrees. .. function:: radians(x) - Converts angle *x* from degrees to radians. + Convert angle *x* from degrees to radians. Hyperbolic functions -- cgit v0.12