Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6ce8d commit 8ece80fCopy full SHA for 8ece80f
1 file changed
Doc/library/logging.handlers.rst
@@ -654,7 +654,7 @@ event of a certain severity or greater is seen.
654
:class:`BufferingHandler`, which is an abstract class. This buffers logging
655
records in memory. Whenever each record is added to the buffer, a check is made
656
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.
+should, then :meth:`flush` is expected to do the flushing.
658
659
660
.. class:: BufferingHandler(capacity)
0 commit comments