Commit 829d6c41 authored by Raymond Hettinger's avatar Raymond Hettinger

Fix doubled word.

parent 66bd2332
......@@ -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}
......
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