Rewrite to produce a complete sentence

This commit is contained in:
Andrew M. Kuchling 2002-12-15 20:17:38 +00:00
parent e3a1c8f875
commit 8e5b53b3d9
1 changed files with 6 additions and 6 deletions

View File

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