]> granicus.if.org Git - python/commitdiff
Fix doubled word.
authorRaymond Hettinger <python@rcn.com>
Mon, 2 Aug 2004 08:36:07 +0000 (08:36 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 2 Aug 2004 08:36:07 +0000 (08:36 +0000)
Doc/api/concrete.tex

index a9246ac57b7ce0154a4dad71a3cd2408c0e41220..3245ab76f2e56127bcaa008d04d14f26e07d5d05 100644 (file)
@@ -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}