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

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


https://hg.python.org/cpython/rev/19c5fb692b39
changeset:   95995:19c5fb692b39
branch:      2.7
parent:      95968:0e8a17f437b5
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