Unverified Kaydet (Commit) 7dcfd6c6 authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) GitHub

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

(cherry picked from commit 233de021)
Co-authored-by: 's avatarMike DePalatis <mike@depalatis.net>
üst 29617179
......@@ -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