Fix typo though

This commit is contained in:
Neal Norwitz 2004-08-02 21:56:33 +00:00
parent e72bd4d621
commit 7fdd92f31f

View file

@ -2825,7 +2825,7 @@ instance of \cdata{PyDateTime_DateTime}, including subclasses.
The argument must not be \NULL{}, and the type is not checked:
\begin{cfuncdesc}{int}{PyDateTime_DATE_GET_HOUR}{PyDateTime_DateTime *o}
Return the hour, an int from 0 though 23.
Return the hour, as an int from 0 through 23.
\versionadded{2.4}
\end{cfuncdesc}
@ -2849,7 +2849,7 @@ instance of \cdata{PyDateTime_Time}, including subclasses.
The argument must not be \NULL{}, and the type is not checked:
\begin{cfuncdesc}{int}{PyDateTime_TIME_GET_HOUR}{PyDateTime_Time *o}
Return the hour, as an int from 0 though 23.
Return the hour, as an int from 0 through 23.
\versionadded{2.4}
\end{cfuncdesc}