Bug #1394868: doc typos

This commit is contained in:
Georg Brandl 2006-01-01 21:35:20 +00:00
parent 60b29961dc
commit 0f194234dc
3 changed files with 5 additions and 5 deletions

View file

@ -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