mirror of
https://github.com/python/cpython.git
synced 2024-11-28 08:20:55 +01:00
Supply missing word in new datetime docs, aggravated by copy-paste-edit.
This commit is contained in:
parent
040d6d02b7
commit
8ff9f9f4aa
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user