Skip to content

Commit df54009

Browse files
committed
made changes according to the review
1 parent c80bf36 commit df54009

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/logging.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,8 @@ subclasses. However, the :meth:`!__init__` method in subclasses needs to call
562562

563563
.. method:: Handler.setFormatter(fmt)
564564

565-
Sets the :class:`Formatter` for this handler to *fmt*. The *fmt* argument must be an initialized :class:`Formatter` instance or ``None``.
565+
Sets the :class:`Formatter` for this handler to *fmt*.
566+
The *fmt* argument must be a :class:`Formatter` instance or ``None``.
566567

567568

568569
.. method:: Handler.addFilter(filter)

0 commit comments

Comments
 (0)