Skip to content

Commit 233de02

Browse files
mivadezhangyangyu
authored andcommitted
Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272)
1 parent 69f5c73 commit 233de02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/logging.handlers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ over UDP sockets.
524524

525525
.. versionchanged:: 3.4
526526
If ``port`` is specified as ``None``, a Unix domain socket is created
527-
using the value in ``host`` - otherwise, a TCP socket is created.
527+
using the value in ``host`` - otherwise, a UDP socket is created.
528528

529529
.. method:: emit()
530530

0 commit comments

Comments
 (0)