[3.7] bpo-34065: Improve the markup of logging.basicConfig() argument… · python/cpython@75f2eb5

File tree

2 files changed

lines changed

  • Misc/NEWS.d/next/Documentation

2 files changed

lines changed

Original file line numberDiff line numberDiff line change

@@ -1170,14 +1170,13 @@ functions.

11701170

+--------------+---------------------------------------------+

11711171
11721172

.. versionchanged:: 3.2

1173-

The ``style`` argument was added.

1173+

The *style* argument was added.

11741174
11751175

.. versionchanged:: 3.3

1176-

The ``handlers`` argument was added. Additional checks were added to

1176+

The *handlers* argument was added. Additional checks were added to

11771177

catch situations where incompatible arguments are specified (e.g.

1178-

``handlers`` together with ``stream`` or ``filename``, or ``stream``

1179-

together with ``filename``).

1180-
1178+

*handlers* together with *stream* or *filename*, or *stream*

1179+

together with *filename*).

11811180
11821181

.. function:: shutdown()

11831182
Original file line numberDiff line numberDiff line change

@@ -0,0 +1 @@

1+

Fix wrongly written basicConfig documentation markup syntax