]> 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:53:35 +0000 (00:53 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Mar 2018 07:53:35 +0000 (00:53 -0700)
(cherry picked from commit 233de021d915364bd3daee921d1d96d50d46d7fe)

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

index f13f765c019374cbab1bf3dd900bcd0b2c7d518c..6bb7b13af8138cb0e857f79fe7b21c88b8e1234a 100644 (file)
@@ -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()