SF bug 1066438: datetime.replace method description error

Repair typo in example.
This commit is contained in:
Tim Peters 2004-11-15 03:50:16 +00:00
parent 6fe8f1928f
commit fdc58f2391
1 changed files with 7 additions and 7 deletions

View File

@ -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}{}