Fix typos in multiple .rst files (#1668)

This commit is contained in:
delirious-lettuce 2017-05-19 14:37:57 -06:00 committed by Serhiy Storchaka
parent a632d00a1c
commit 3378b2062c
18 changed files with 31 additions and 31 deletions

View file

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