mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Bug #1394868: doc typos
This commit is contained in:
parent
60b29961dc
commit
0f194234dc
3 changed files with 5 additions and 5 deletions
|
|
@ -59,7 +59,7 @@ generated. This is the basic mechanism controlling the verbosity of
|
|||
logging output.
|
||||
|
||||
Logging messages are encoded as instances of the \class{LogRecord} class.
|
||||
When a logger decides to actually log an event, an \class{LogRecord}
|
||||
When a logger decides to actually log an event, a \class{LogRecord}
|
||||
instance is created from the logging message.
|
||||
|
||||
Logging messages are subjected to a dispatch mechanism through the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue