From: Raymond Hettinger Date: Tue, 31 Dec 2002 17:24:50 +0000 (+0000) Subject: Use funcdesc instead of classdesc to be consistent with out sections. X-Git-Tag: v2.3c1~2705 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f621232c0d26d1141efc303a08ef323a82195e14;p=python Use funcdesc instead of classdesc to be consistent with out sections. --- diff --git a/Doc/lib/libdatetime.tex b/Doc/lib/libdatetime.tex index 772355bb31..36e5de6ef9 100644 --- a/Doc/lib/libdatetime.tex +++ b/Doc/lib/libdatetime.tex @@ -133,11 +133,12 @@ object \subsection{\class{timedelta} Objects \label{datetime-timedelta}} -\begin{classdesc}{timedelta}{days=0, seconds=0, microseconds=0, - milliseconds=0, minutes=0, hours=0, weeks=0} A \class{timedelta} object represents a duration, the difference between two dates or times. +\begin{funcdesc}{timedelta}{days=0, seconds=0, microseconds=0, + milliseconds=0, minutes=0, hours=0, weeks=0} + All arguments are optional. Arguments may be ints, longs, or floats, and may be positive or negative. @@ -177,8 +178,7 @@ between two dates or times. >>> (d.days, d.seconds, d.microseconds) (-1, 86399, 999999) \end{verbatim} - -\end{classdesc} +\end{funcdesc} Class attributes are: