Skip to content

Commit 75f2eb5

Browse files
corona10serhiy-storchaka
authored andcommitted
[3.7] bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153). (GH-8156)
(cherry picked from commit 2800dcf) Co-authored-by: Dong-hee Na <[email protected]>
1 parent e019f98 commit 75f2eb5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Doc/library/logging.rst

Lines changed: 4 additions & 5 deletions
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix wrongly written basicConfig documentation markup syntax

0 commit comments

Comments
 (0)