Skip to content

Commit 46a26b1

Browse files
authored
Change whitespace.
1 parent 866be79 commit 46a26b1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/logging.handlers.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,7 +1065,8 @@ possible, while any potentially slow operations (such as sending an email via
10651065
accessed via :meth:`~multiprocessing.get_logger`.
10661066
:class:`multiprocessing.Queue` will log ``DEBUG`` level messages upon
10671067
items being queued. If those log messages are processed by a
1068-
:class:`QueueHandler` using the same :class:`multiprocessing.Queue` instance, it will cause a deadlock or infinite recursion.
1068+
:class:`QueueHandler` using the same :class:`multiprocessing.Queue` instance,
1069+
it will cause a deadlock or infinite recursion.
10691070

10701071
.. method:: emit(record)
10711072

0 commit comments

Comments
 (0)