[Python-checkins] cpython (3.4): use imperative

benjamin.peterson python-checkins at python.org
Wed May 13 01:16:25 CEST 2015


https://hg.python.org/cpython/rev/4e62311e1eb1
changeset:   95996:4e62311e1eb1
branch:      3.4
parent:      95985:ee7d2c9c70ab
user:        Benjamin Peterson <benjamin at python.org>
date:        Tue May 12 19:15:53 2015 -0400
summary:
  use imperative

files:
  Doc/library/math.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/math.rst b/Doc/library/math.rst
--- a/Doc/library/math.rst
+++ b/Doc/library/math.rst
@@ -280,12 +280,12 @@
 
 .. 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
 --------------------

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list