From: Andrew M. Kuchling Date: Sun, 15 Dec 2002 20:17:38 +0000 (+0000) Subject: Rewrite to produce a complete sentence X-Git-Tag: v2.3c1~3001 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e5b53b3d9b1955494f5bfea638417f690808e05;p=python Rewrite to produce a complete sentence --- diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 3e0331e620..39b7c70ba5 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -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()},