Skip to content

Commit

Permalink
made changes according to the review
Browse files Browse the repository at this point in the history
  • Loading branch information
Uvi-12 committed Dec 13, 2024
1 parent c80bf36 commit df54009
Showing 1 changed file with 2 additions and 1 deletion.
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*. The *fmt* argument must be an initialized :class:`Formatter` instance or ``None``.
Sets the :class:`Formatter` for this handler to *fmt*.
The *fmt* argument must be a :class:`Formatter` instance or ``None``.


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

0 comments on commit df54009

Please sign in to comment.