Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
8ff9f9f4
Commit
8ff9f9f4
authored
Jul 17, 2004
by
Tim Peters
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Supply missing word in new datetime docs, aggravated by copy-paste-edit.
parent
040d6d02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/api/concrete.tex
Doc/api/concrete.tex
+3
-3
No files found.
Doc/api/concrete.tex
View file @
8ff9f9f4
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment