From: Benjamin Peterson Date: Tue, 12 May 2015 23:15:53 +0000 (-0400) Subject: use imperative X-Git-Tag: v3.5.0b1~178^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19a3f17cb31a294e46ba82a34c887e3f16807505;p=thirdparty%2FPython%2Fcpython.git use imperative --- diff --git a/Doc/library/math.rst b/Doc/library/math.rst index 3c4167209540..0fc7c7c9b9dd 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 --------------------