Kaydet (Commit) 49d5fbab authored tarafından Vinay Sajip's avatar Vinay Sajip

Minor documentation tweak.

üst e8ecc738
...@@ -650,7 +650,7 @@ event of a certain severity or greater is seen. ...@@ -650,7 +650,7 @@ event of a certain severity or greater is seen.
:class:`BufferingHandler`, which is an abstract class. This buffers logging :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 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 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) .. class:: BufferingHandler(capacity)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment