Skip to content

Commit

Permalink
pythongh-101440: fix json snippet error in logging-cookbook.rst (pyth…
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjpxie committed Jan 31, 2023
1 parent df0068c commit 20c11f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/howto/logging-cookbook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Suppose you configure logging with the following JSON:
"class": "logging.StreamHandler",
"level": "INFO",
"formatter": "simple",
"stream": "ext://sys.stdout",
"stream": "ext://sys.stdout"
},
"stderr": {
"class": "logging.StreamHandler",
Expand Down

0 comments on commit 20c11f2

Please sign in to comment.