From 16b1db908fc1d0ea9235885445da7bc7476575fc Mon Sep 17 00:00:00 2001 From: "Michael V. DePalatis" Date: Tue, 27 Mar 2018 15:55:00 -0400 Subject: [PATCH] Correct note about behavior when port is None --- Doc/library/logging.handlers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index 0974286e55dc10..f7262e60a31baa 100644 --- a/Doc/library/logging.handlers.rst +++ b/Doc/library/logging.handlers.rst @@ -524,7 +524,7 @@ over UDP sockets. .. versionchanged:: 3.4 If ``port`` is specified as ``None``, a Unix domain socket is created - using the value in ``host`` - otherwise, a TCP socket is created. + using the value in ``host`` - otherwise, a UDP socket is created. .. method:: emit()