]> granicus.if.org Git - python/commitdiff
Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272)
authorMike DePalatis <mike@depalatis.net>
Fri, 30 Mar 2018 07:36:06 +0000 (03:36 -0400)
committerXiang Zhang <angwerzx@126.com>
Fri, 30 Mar 2018 07:36:06 +0000 (15:36 +0800)
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()