diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 21b9c7d2e735a7..590d55689d8a7e 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -1170,14 +1170,13 @@ functions. +--------------+---------------------------------------------+ .. versionchanged:: 3.2 - The ``style`` argument was added. + The *style* argument was added. .. versionchanged:: 3.3 - The ``handlers`` argument was added. Additional checks were added to + The *handlers* argument was added. Additional checks were added to catch situations where incompatible arguments are specified (e.g. - ``handlers`` together with ``stream`` or ``filename``, or ``stream`` - together with ``filename``). - + *handlers* together with *stream* or *filename*, or *stream* + together with *filename*). .. function:: shutdown() 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 00000000000000..a3f9fb848f6218 --- /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