Fix name for PyDateTime_FromDateAndTime.

Closes bug #1124278.
This commit is contained in:
Brett Cannon 2005-02-17 05:17:17 +00:00
parent 2ca7c190b6
commit 5bbe6ad2b5
1 changed files with 1 additions and 1 deletions

View File

@ -2793,7 +2793,7 @@ Macros to create objects:
\versionadded{2.4}
\end{cfuncdesc}
\begin{cfuncdesc}{PyObject*}{PyDate_FromDateAndTime}{int year, int month,
\begin{cfuncdesc}{PyObject*}{PyDateTime_FromDateAndTime}{int year, int month,
int day, int hour, int minute, int second, int usecond}
Return a \code{datetime.datetime} object with the specified year, month,
day, hour, minute, second and microsecond.