]> granicus.if.org Git - python/commitdiff
Rewrite to produce a complete sentence
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 15 Dec 2002 20:17:38 +0000 (20:17 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 15 Dec 2002 20:17:38 +0000 (20:17 +0000)
Doc/whatsnew/whatsnew23.tex

index 3e0331e620fe15c5d41c5c5644f38b57e6b6eef6..39b7c70ba572ff2ee0054618b4e44bc7dc7be18c 100644 (file)
@@ -1167,12 +1167,12 @@ sequence type.  For example:
 \item Two new functions in the \module{math} module,
 \function{degrees(\var{rads})} and \function{radians(\var{degs})},
 convert between radians and degrees.  Other functions in the
-\module{math} module such as
-\function{math.sin()} and \function{math.cos()} have always required
-input values measured in radians.  Also, added an optional \var{base}
-argument to \function{math.log()} to make it easier to compute
-logarithms for bases other than \code{e} and \code{10}.
-(Contributed by Raymond Hettinger.)
+\module{math} module such as \function{math.sin()} and
+\function{math.cos()} have always required input values measured in
+radians.  Also, an optional \var{base} argument was added to
+\function{math.log()} to make it easier to compute logarithms for
+bases other than \code{e} and \code{10}.  (Contributed by Raymond
+Hettinger.)
 
 \item Seven new functions, \function{getpgid()}, \function{killpg()},
 \function{lchown()}, \function{major()}, \function{makedev()},