diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2018-07-07 12:36:40 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-07-07 12:36:40 (GMT) |
commit | 2800dcf656229c2ca4c90b4ddbace0717c41bb9e (patch) | |
tree | 3eeed906847e6e6442d38d57233d6856ed2ad1d2 /Misc/NEWS.d | |
parent | 4629c0d531de6b41c9f72b51a44135e9ec634d06 (diff) | |
download | cpython-2800dcf656229c2ca4c90b4ddbace0717c41bb9e.zip cpython-2800dcf656229c2ca4c90b4ddbace0717c41bb9e.tar.gz cpython-2800dcf656229c2ca4c90b4ddbace0717c41bb9e.tar.bz2 |
bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-07-07-20-38-41.bpo-34065.1snofM.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-07-07-20-38-41.bpo-34065.1snofM.rst b/Misc/NEWS.d/next/Documentation/2018-07-07-20-38-41.bpo-34065.1snofM.rst new file mode 100644 index 0000000..a3f9fb8 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-07-07-20-38-41.bpo-34065.1snofM.rst @@ -0,0 +1 @@ +Fix wrongly written basicConfig documentation markup syntax |