diff options
author | Raymond Hettinger <python@rcn.com> | 2004-08-02 08:36:07 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-08-02 08:36:07 (GMT) |
commit | 829d6c41382aef14a6d82ae242c404c01ede7c8e (patch) | |
tree | 387b17f2269c1e40b406cf7f7493ea9f7573bf9a /Doc/api | |
parent | 66bd23322567a9ef0ad7bbe2436fef73b18bc9db (diff) | |
download | cpython-829d6c41382aef14a6d82ae242c404c01ede7c8e.zip cpython-829d6c41382aef14a6d82ae242c404c01ede7c8e.tar.gz cpython-829d6c41382aef14a6d82ae242c404c01ede7c8e.tar.bz2 |
Fix doubled word.
Diffstat (limited to 'Doc/api')
-rw-r--r-- | Doc/api/concrete.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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} |