File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2825,7 +2825,7 @@ \subsection{DateTime Objects \label{datetime-objects}}
28252825The argument must not be \NULL {}, and the type is not checked:
28262826
28272827\begin {cfuncdesc }{int}{PyDateTime_DATE_GET_HOUR}{PyDateTime_DateTime *o}
2828- Return the hour, an int from 0 though 23.
2828+ Return the hour, as an int from 0 through 23.
28292829 \versionadded {2.4}
28302830\end {cfuncdesc }
28312831
@@ -2849,7 +2849,7 @@ \subsection{DateTime Objects \label{datetime-objects}}
28492849The argument must not be \NULL {}, and the type is not checked:
28502850
28512851\begin {cfuncdesc }{int}{PyDateTime_TIME_GET_HOUR}{PyDateTime_Time *o}
2852- Return the hour, as an int from 0 though 23.
2852+ Return the hour, as an int from 0 through 23.
28532853 \versionadded {2.4}
28542854\end {cfuncdesc }
28552855
You can’t perform that action at this time.
0 commit comments