SF bug 1066438: datetime.replace method description error
Repair typo in example.
This commit is contained in:
parent
6fe8f1928f
commit
fdc58f2391
|
@ -423,7 +423,7 @@ Instance methods:
|
|||
Return a date with the same value, except for those members given
|
||||
new values by whichever keyword arguments are specified. For
|
||||
example, if \code{d == date(2002, 12, 31)}, then
|
||||
\code{d.replace(day=26) == date(2000, 12, 26)}.
|
||||
\code{d.replace(day=26) == date(2002, 12, 26)}.
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{methoddesc}{timetuple}{}
|
||||
|
|
Loading…
Reference in New Issue