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

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


http://hg.python.org/cpython/rev/a39396d6cc4b
changeset:   75946:a39396d6cc4b
branch:      2.7
parent:      75943:e5e53f30b2ed
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Mon Mar 26 17:06:44 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
@@ -650,7 +650,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