Kaydet (Commit) 5bbe6ad2 authored tarafından Brett Cannon's avatar Brett Cannon

Fix name for PyDateTime_FromDateAndTime.

Closes bug #1124278.
üst 2ca7c190
...@@ -2793,7 +2793,7 @@ Macros to create objects: ...@@ -2793,7 +2793,7 @@ Macros to create objects:
\versionadded{2.4} \versionadded{2.4}
\end{cfuncdesc} \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} int day, int hour, int minute, int second, int usecond}
Return a \code{datetime.datetime} object with the specified year, month, Return a \code{datetime.datetime} object with the specified year, month,
day, hour, minute, second and microsecond. day, hour, minute, second and microsecond.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment