Minor documentation tweak.

This commit is contained in:
Vinay Sajip 2012-03-26 17:06:44 +01:00
parent e8ecc73844
commit 49d5fbab87
1 changed files with 1 additions and 1 deletions

View 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)