diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2002-12-15 20:17:38 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2002-12-15 20:17:38 (GMT) |
commit | 8e5b53b3d9b1955494f5bfea638417f690808e05 (patch) | |
tree | 29cfeddb646c14b0121992e62dbd472bf21eb0a1 /Doc/whatsnew | |
parent | e3a1c8f8756904e42ce3551db6a4fe5f40c97910 (diff) | |
download | cpython-8e5b53b3d9b1955494f5bfea638417f690808e05.zip cpython-8e5b53b3d9b1955494f5bfea638417f690808e05.tar.gz cpython-8e5b53b3d9b1955494f5bfea638417f690808e05.tar.bz2 |
Rewrite to produce a complete sentence
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 3e0331e..39b7c70 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()}, |