From 5e5807b6b6335f5ccf079e4f428ade81a9b305f8 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 10 Jan 2009 03:37:08 +0000 Subject: [PATCH] fix markup --- Doc/library/logging.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index ee17c9c67b99..50de9e55169e 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -1581,8 +1581,6 @@ sends logging output to a disk file. It inherits the output functionality from WatchedFileHandler ^^^^^^^^^^^^^^^^^^ -.. module:: logging.handlers - The :class:`WatchedFileHandler` class, located in the :mod:`logging.handlers` module, is a :class:`FileHandler` which watches the file it is logging to. If the file changes, it is closed and reopened using the file name. -- 2.47.3