]> granicus.if.org Git - python/commitdiff
Minor documentation tweak.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 26 Mar 2012 16:06:44 +0000 (17:06 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 26 Mar 2012 16:06:44 +0000 (17:06 +0100)
Doc/library/logging.handlers.rst

index c94445423931b565ba8bcea1f99099303db18bf2..1d9b13df3e87131ca2e0649dbcd96d7ebe131770 100644 (file)
@@ -650,7 +650,7 @@ event of a certain severity or greater is seen.
 :class:`BufferingHandler`, which is an abstract class. This buffers logging
 records in memory. Whenever each record is added to the buffer, a check is made
 by calling :meth:`shouldFlush` to see if the buffer should be flushed.  If it
-should, then :meth:`flush` is expected to do the needful.
+should, then :meth:`flush` is expected to do the flushing.
 
 
 .. class:: BufferingHandler(capacity)