mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix typos in multiple .rst
files (#1668)
This commit is contained in:
parent
a632d00a1c
commit
3378b2062c
18 changed files with 31 additions and 31 deletions
|
@ -1683,7 +1683,7 @@ Implementing structured logging
|
|||
-------------------------------
|
||||
|
||||
Although most logging messages are intended for reading by humans, and thus not
|
||||
readily machine-parseable, there might be cirumstances where you want to output
|
||||
readily machine-parseable, there might be circumstances where you want to output
|
||||
messages in a structured format which *is* capable of being parsed by a program
|
||||
(without needing complex regular expressions to parse the log message). This is
|
||||
straightforward to achieve using the logging package. There are a number of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue