[Python-checkins] cpython (3.2): Minor documentation tweak.

vinay.sajip python-checkins at python.org
Mon Mar 26 18:17:58 CEST 2012


http://hg.python.org/cpython/rev/9c234943efc2
changeset:   75947:9c234943efc2
branch:      3.2
parent:      75944:c0900fd6e4b3
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Mon Mar 26 17:09:58 2012 +0100
summary:
  Minor documentation tweak.

files:
  Doc/library/logging.handlers.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst
--- a/Doc/library/logging.handlers.rst
+++ b/Doc/library/logging.handlers.rst
@@ -654,7 +654,7 @@
 :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)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list