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

This commit is contained in:
Mike DePalatis 2018-03-30 03:36:06 -04:00 committed by Xiang Zhang
parent 69f5c73311
commit 233de021d9
1 changed files with 1 additions and 1 deletions

View File

@ -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()