Skip to content

Commit

Permalink
[3.6] bpo-34065: Improve the markup of logging.basicConfig() arguments (
Browse files Browse the repository at this point in the history
pythonGH-8153).

(cherry picked from commit 2800dcf)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
  • Loading branch information
corona10 committed Jul 7, 2018
1 parent 3ca69f8 commit dad6e8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Doc/library/logging.rst
Expand Up @@ -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()

Expand Down
@@ -0,0 +1 @@
Fix wrongly written basicConfig documentation markup syntax

0 comments on commit dad6e8e

Please sign in to comment.