Skip to content

Commit 7dcfd6c

Browse files
Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272)
(cherry picked from commit 233de02) Co-authored-by: Mike DePalatis <mike@depalatis.net>
1 parent 2961717 commit 7dcfd6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)