]> granicus.if.org Git - python/commitdiff
Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 30 Mar 2018 07:48:45 +0000 (00:48 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Mar 2018 07:48:45 +0000 (00:48 -0700)
(cherry picked from commit 233de021d915364bd3daee921d1d96d50d46d7fe)

Co-authored-by: Mike DePalatis <mike@depalatis.net>
Doc/library/logging.handlers.rst

index 0974286e55dc10b3e048f0a98bfb503302dabbeb..f7262e60a31baa8d49c86154cb6341add5cc1c25 100644 (file)
@@ -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()