Commit 233de021 authored by Mike DePalatis's avatar Mike DePalatis Committed by Xiang Zhang

Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272)

parent 69f5c733
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment