diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-07-17 01:42:26 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-07-17 01:42:26 (GMT) |
commit | 8ff9f9f4aa8b26bcc7ace687f796b7cddb9a659b (patch) | |
tree | 61fef94412ba241ddc78c79fd30d80f6c277e9f9 /Doc | |
parent | 040d6d02b7f195f8e079086b9163dd8d3b639488 (diff) | |
download | cpython-8ff9f9f4aa8b26bcc7ace687f796b7cddb9a659b.zip cpython-8ff9f9f4aa8b26bcc7ace687f796b7cddb9a659b.tar.gz cpython-8ff9f9f4aa8b26bcc7ace687f796b7cddb9a659b.tar.bz2 |
Supply missing word in new datetime docs, aggravated by copy-paste-edit.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/api/concrete.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/api/concrete.tex b/Doc/api/concrete.tex index 82990b6..023b8f2 100644 --- a/Doc/api/concrete.tex +++ b/Doc/api/concrete.tex @@ -2756,7 +2756,7 @@ Macros to create objects: \versionadded{2.4} \end{cfuncdesc} -Macros to extract fields from date objects. The argument must an +Macros to extract fields from date objects. The argument must be an instance of \cdata{PyDateTime_Date}, including subclasses (such as \cdata{PyDateTime_DateTime}). The argument must not be \NULL{}, and the type is not checked: @@ -2776,7 +2776,7 @@ the type is not checked: \versionadded{2.4} \end{cfuncdesc} -Macros to extract fields from datetime objects. The argument must an +Macros to extract fields from datetime objects. The argument must be an instance of \cdata{PyDateTime_DateTime}, including subclasses. The argument must not be \NULL{}, and the type is not checked: @@ -2800,7 +2800,7 @@ The argument must not be \NULL{}, and the type is not checked: \versionadded{2.4} \end{cfuncdesc} -Macros to extract fields from time objects. The argument must an +Macros to extract fields from time objects. The argument must be an instance of \cdata{PyDateTime_Time}, including subclasses. The argument must not be \NULL{}, and the type is not checked: |