Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Doc/library/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,8 @@ subclasses. However, the :meth:`!__init__` method in subclasses needs to call

.. method:: Handler.setFormatter(fmt)

Sets the :class:`Formatter` for this handler to *fmt*.
Sets the formatter for this handler to *fmt*.
The *fmt* argument must be a :class:`Formatter` instance or ``None``.


.. method:: Handler.addFilter(filter)
Expand Down
Loading