Fix doubled word.
diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex
index a9246ac..3245ab7 100644
--- a/Doc/api/concrete.tex
+++ b/Doc/api/concrete.tex
@@ -2825,7 +2825,7 @@
 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}