summaryrefslogtreecommitdiffstats
path: root/Doc/api
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2004-08-02 21:56:33 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2004-08-02 21:56:33 (GMT)
commit7fdd92f31f7860d88e94671a20e7f2e3a87fec6d (patch)
tree07608b1dde8061ebde8a81e3ab4815c2ea04922d /Doc/api
parente72bd4d621f9614c38988c491a8309833db64950 (diff)
downloadcpython-7fdd92f31f7860d88e94671a20e7f2e3a87fec6d.zip
cpython-7fdd92f31f7860d88e94671a20e7f2e3a87fec6d.tar.gz
cpython-7fdd92f31f7860d88e94671a20e7f2e3a87fec6d.tar.bz2
Fix typo though
Diffstat (limited to 'Doc/api')
-rw-r--r--Doc/api/concrete.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex
index 3245ab7..3d73b7b 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 int from 0 though 23.
+ Return the hour, as an int from 0 through 23.
\versionadded{2.4}
\end{cfuncdesc}
@@ -2849,7 +2849,7 @@ instance of \cdata{PyDateTime_Time}, including subclasses.
The argument must not be \NULL{}, and the type is not checked:
\begin{cfuncdesc}{int}{PyDateTime_TIME_GET_HOUR}{PyDateTime_Time *o}
- Return the hour, as an int from 0 though 23.
+ Return the hour, as an int from 0 through 23.
\versionadded{2.4}
\end{cfuncdesc}