Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7fdd92f

Browse files
committed
Fix typo though
1 parent e72bd4d commit 7fdd92f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/api/concrete.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2825,7 +2825,7 @@ \subsection{DateTime Objects \label{datetime-objects}}
28252825
The 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}}
28492849
The 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

0 commit comments

Comments
 (0)