mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
gh-104539: Fix indentation error in logging.config.rst (#104545)
Fix indentation error in logging.config.rst
This commit is contained in:
parent
c22fced96c
commit
0bb61dd5b0
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ in :mod:`logging` itself) and defining handlers which are declared either in
|
|||
they or their ancestors are explicitly named
|
||||
in the logging configuration.
|
||||
|
||||
:param encoding: The encoding used to open file when *fname* is filename.
|
||||
:param encoding: The encoding used to open file when *fname* is filename.
|
||||
|
||||
.. versionchanged:: 3.4
|
||||
An instance of a subclass of :class:`~configparser.RawConfigParser` is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue