Skip to content

Commit ddc9971

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

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
@@ -511,7 +511,7 @@ over UDP sockets.
511511

512512
.. versionchanged:: 3.4
513513
If ``port`` is specified as ``None``, a Unix domain socket is created
514-
using the value in ``host`` - otherwise, a TCP socket is created.
514+
using the value in ``host`` - otherwise, a UDP socket is created.
515515

516516
.. method:: emit()
517517

0 commit comments

Comments
 (0)