From: Mike DePalatis Date: Fri, 30 Mar 2018 07:36:06 +0000 (-0400) Subject: Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272) X-Git-Tag: v3.8.0a1~2013 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=233de021d915364bd3daee921d1d96d50d46d7fe;p=thirdparty%2FPython%2Fcpython.git Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272) --- diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index 0974286e55dc..f7262e60a31b 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()