mirror of
https://github.com/python/cpython.git
synced 2025-10-01 12:52:18 +00:00
Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272)
(cherry picked from commit 233de021d9
)
Co-authored-by: Mike DePalatis <mike@depalatis.net>
This commit is contained in:
parent
2961717986
commit
7dcfd6c663
1 changed files with 1 additions and 1 deletions
|
@ -524,7 +524,7 @@ over UDP sockets.
|
||||||
|
|
||||||
.. versionchanged:: 3.4
|
.. versionchanged:: 3.4
|
||||||
If ``port`` is specified as ``None``, a Unix domain socket is created
|
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()
|
.. method:: emit()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue