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
27a5ba7d
Commit
27a5ba7d
authored
Jul 08, 2003
by
Neal Norwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing '
parent
59c42b7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/lib/liblogging.tex
Doc/lib/liblogging.tex
+1
-1
No files found.
Doc/lib/liblogging.tex
View file @
27a5ba7d
...
@@ -842,7 +842,7 @@ Currently, the useful mapping keys in a LogRecord are:
...
@@ -842,7 +842,7 @@ Currently, the useful mapping keys in a LogRecord are:
Returns a new instance of the
\class
{
Formatter
}
class. The
Returns a new instance of the
\class
{
Formatter
}
class. The
instance is initialized with a format string for the message as a whole,
instance is initialized with a format string for the message as a whole,
as well as a format string for the date/time portion of a message. If
as well as a format string for the date/time portion of a message. If
no
\var
{
fmt
}
is specified,
\code
{
\%
(message)s'
}
is used. If no
\var
{
datefmt
}
no
\var
{
fmt
}
is specified,
\code
{
'
\%
(message)s'
}
is used. If no
\var
{
datefmt
}
is specified, the ISO8601 date format is used.
is specified, the ISO8601 date format is used.
\end{classdesc}
\end{classdesc}
...
...
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