From: Peter Jiping Xie Date: Tue, 31 Jan 2023 15:30:38 +0000 (+1100) Subject: gh-101440: fix json snippet error in logging-cookbook.rst (#101439) X-Git-Tag: v3.12.0a5~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20c11f2e600e1c0bf42de4d6f2fb3ce5ccc2587c;p=thirdparty%2FPython%2Fcpython.git gh-101440: fix json snippet error in logging-cookbook.rst (#101439) --- diff --git a/Doc/howto/logging-cookbook.rst b/Doc/howto/logging-cookbook.rst index 26cf40274fd3..7661249ad522 100644 --- a/Doc/howto/logging-cookbook.rst +++ b/Doc/howto/logging-cookbook.rst @@ -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",