Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8ece80f

Browse files
committed
Minor documentation tweak.
1 parent 0f6ce8d commit 8ece80f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/logging.handlers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ event of a certain severity or greater is seen.
654654
:class:`BufferingHandler`, which is an abstract class. This buffers logging
655655
records in memory. Whenever each record is added to the buffer, a check is made
656656
by calling :meth:`shouldFlush` to see if the buffer should be flushed. If it
657-
should, then :meth:`flush` is expected to do the needful.
657+
should, then :meth:`flush` is expected to do the flushing.
658658

659659

660660
.. class:: BufferingHandler(capacity)

0 commit comments

Comments
 (0)