mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Minor documentation tweak.
This commit is contained in:
@@ -654,7 +654,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)
|
||||
|
||||
Reference in New Issue
Block a user