From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 30 Mar 2018 07:53:35 +0000 (-0700) Subject: Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272) X-Git-Tag: v3.6.6rc1~210 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ddc99713d9da6b991933c0ee0e0829fee860d6ec;p=python Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272) (cherry picked from commit 233de021d915364bd3daee921d1d96d50d46d7fe) Co-authored-by: Mike DePalatis --- diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index f13f765c01..6bb7b13af8 100644 --- a/Doc/library/logging.handlers.rst +++ b/Doc/library/logging.handlers.rst @@ -511,7 +511,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()