mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix doubled word.
This commit is contained in:
parent
66bd233225
commit
829d6c4138
1 changed files with 1 additions and 1 deletions
|
@ -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 an int from 0 though 23.
|
||||
Return the hour, an int from 0 though 23.
|
||||
\versionadded{2.4}
|
||||
\end{cfuncdesc}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue